Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/26/2013 08:52:34 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Introduce bp_add_rewrite_tags() and connect bp_generate_rewrite_rules() sub-action. See #4954.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-dependency.php

    r6822 r6954  
    182182
    183183/**
     184 * Add the BuddyPress-specific rewrite tags
     185 *
     186 * @since BuddyPress (1.8)
     187 * @uses do_action() Calls 'bp_add_rewrite_tags'
     188 */
     189function bp_add_rewrite_tags() {
     190    do_action( 'bp_add_rewrite_tags' );
     191}
     192
     193/**
    184194 * Piggy back action for BuddyPress sepecific theme actions before the theme has
    185195 * been setup and the theme's functions.php has loaded.
Note: See TracChangeset for help on using the changeset viewer.