Changeset 9599
- Timestamp:
- 03/05/2015 05:37:27 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-admin.php
r9517 r9599 179 179 * Add the navigational menu elements. 180 180 * 181 * @since BuddyPress (1.6 )181 * @since BuddyPress (1.6.0) 182 182 * 183 183 * @uses add_management_page() To add the Recount page in Tools section. … … 473 473 474 474 $file = $this->css_url . "common{$min}.css"; 475 476 /** 477 * Filters the BuddyPress Core Admin CSS file path. 478 * 479 * @since BuddyPress (1.6.0) 480 * 481 * @param string $file File path for the admin CSS. 482 */ 475 483 $file = apply_filters( 'bp_core_admin_common_css', $file ); 476 484 wp_enqueue_style( 'bp-admin-common-css', $file, array(), bp_get_version() );
Note: See TracChangeset
for help on using the changeset viewer.