Changeset 6558 for trunk/bp-core/admin/bp-core-slugs.php
- Timestamp:
- 12/04/2012 12:16:42 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-slugs.php
r6456 r6558 43 43 /** 44 44 * Creates reusable markup for page setup on the Components and Pages dashboard panel. 45 *46 * This markup has been abstracted so that it can be used both during the setup wizard as well as47 * when BP has been fully installed.48 45 * 49 46 * @package BuddyPress … … 224 221 } 225 222 } 226 add_action( ' admin_init', 'bp_core_admin_slugs_setup_handler' );223 add_action( 'bp_admin_init', 'bp_core_admin_slugs_setup_handler' );
Note: See TracChangeset
for help on using the changeset viewer.