Changeset 6868 for trunk/tests/phpunit/testcases/users/template/user.php
- Timestamp:
- 10/08/2018 09:33:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/users/template/user.php
r6328 r6868 711 711 // Pretty permalinks 712 712 $this->set_permalink_structure( '/%postname%/' ); 713 $author_link = '<a href="http://' . WP_TESTS_DOMAIN . '/forums/users/' . $this->keymaster_userdata->user_nicename . '/" title="View ' . $display_name . 714 ''s profile" class="bbp-author-avatar">' . $wp_avatar . 715 '</a> <a href="http://' . WP_TESTS_DOMAIN . '/forums/users/' . $this->keymaster_userdata->user_nicename . '/" title="View ' . $display_name . 716 ''s profile" class="bbp-author-name">' . $display_name . '</a>'; 713 $author_link = '<a href="http://' . WP_TESTS_DOMAIN . '/forums/users/' . $this->keymaster_userdata->user_nicename . '/" title="View ' . $display_name . ''s profile" class="bbp-author-link"><span class="bbp-author-avatar">' . $wp_avatar . 714 '</span> <span class="bbp-author-name">' . $display_name . '</span></a>'; 717 715 718 716 // String. … … 728 726 $this->set_permalink_structure(); 729 727 $author_link = '<a href="http://' . WP_TESTS_DOMAIN . '/?bbp_user=' . $this->keymaster_id . '" title="View ' . $display_name . 730 ''s profile" class="bbp-author-avatar">' . $wp_avatar . 731 '</a> <a href="http://' . WP_TESTS_DOMAIN . '/?bbp_user=' . $this->keymaster_id . '" title="View ' . $display_name . 732 ''s profile" class="bbp-author-name">' . $display_name . '</a>'; 728 ''s profile" class="bbp-author-link"><span class="bbp-author-avatar">' . $wp_avatar . 729 '</span> <span class="bbp-author-name">' . $display_name . '</span></a>'; 733 730 734 731 // String.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)