Changeset 6954 for trunk/bp-core/bp-core-dependency.php
- Timestamp:
- 04/26/2013 08:52:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-dependency.php
r6822 r6954 182 182 183 183 /** 184 * Add the BuddyPress-specific rewrite tags 185 * 186 * @since BuddyPress (1.8) 187 * @uses do_action() Calls 'bp_add_rewrite_tags' 188 */ 189 function bp_add_rewrite_tags() { 190 do_action( 'bp_add_rewrite_tags' ); 191 } 192 193 /** 184 194 * Piggy back action for BuddyPress sepecific theme actions before the theme has 185 195 * been setup and the theme's functions.php has loaded.
Note: See TracChangeset
for help on using the changeset viewer.