Changeset 3963
- Timestamp:
- 06/14/2012 04:28:05 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-functions.php
r3962 r3963 19 19 */ 20 20 function bbp_admin_separator() { 21 global $menu;22 21 23 22 // Prevent duplicate separators when no new menu items exist … … 28 27 if ( !current_user_can( 'manage_options' ) ) 29 28 return; 29 30 global $menu; 30 31 31 32 $menu[] = array( '', 'read', 'separator-bbpress', '', 'wp-menu-separator bbpress' );
Note: See TracChangeset
for help on using the changeset viewer.