Changeset 6342 for trunk/bp-core/admin/bp-core-slugs.php
- Timestamp:
- 09/18/2012 06:03:00 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/admin/bp-core-slugs.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-slugs.php
r6310 r6342 138 138 'activate' => __( 'Activate', 'buddypress' ), 139 139 ); 140 140 141 141 $static_pages = apply_filters( 'bp_static_pages', $static_pages ); 142 142 143 143 if ( !empty( $static_pages ) ) : ?> 144 144 … … 158 158 159 159 <td> 160 160 161 161 <?php if ( ! bp_is_root_blog() ) switch_to_blog( bp_get_root_blog_id() ); ?> 162 162 … … 225 225 } 226 226 add_action( 'admin_init', 'bp_core_admin_slugs_setup_handler' ); 227 228 ?>
Note: See TracChangeset
for help on using the changeset viewer.