Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/03/2013 06:54:05 AM (11 years ago)
Author:
johnjamesjacoby
Message:

Rewrite Rules:

Add sub-actions for registering rewrite tags, rules, and permalink structures. See #4954.

File:
1 edited

Legend:

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

    r6958 r7367  
    7070add_action( 'bp_init', 'bp_core_load_admin_bar_css', 12 );
    7171add_action( 'bp_init', 'bp_add_rewrite_tags',        20 );
     72add_action( 'bp_init', 'bp_add_rewrite_rules',       30 );
     73add_action( 'bp_init', 'bp_add_permastructs',        40 );
    7274
    7375/**
Note: See TracChangeset for help on using the changeset viewer.