Changeset 9471 for trunk/src/bp-forums/bp-forums-filters.php
- Timestamp:
- 02/10/2015 02:49:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-filters.php
r9467 r9471 105 105 */ 106 106 function bp_forums_filter_tag_link( $link, $tag, $page, $context ) { 107 global $bp;108 109 107 /** 110 108 * Filters the link for a forum topic tags directory. … … 142 140 * Append forum topic to page title. 143 141 * 144 * @global object $bp Global BuddyPress settings object.145 *146 142 * @see bp_modify_page_title() 147 143 * … … 153 149 */ 154 150 function bp_forums_add_forum_topic_to_page_title( $title, $original_title, $sep, $seplocation ) { 155 global $bp;156 151 157 152 if ( bp_is_current_action( 'forum' ) && bp_is_action_variable( 'topic', 0 ) )
Note: See TracChangeset
for help on using the changeset viewer.