Changeset 10108 for trunk/src/bp-core/bp-core-adminbar.php
- Timestamp:
- 09/13/2015 02:02:56 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-adminbar.php
r10012 r10108 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Core Toolbar. … … 10 9 */ 11 10 12 // Exit if accessed directly 11 // Exit if accessed directly. 13 12 defined( 'ABSPATH' ) || exit; 14 13 … … 16 15 * Add the secondary BuddyPress area to the my-account menu. 17 16 * 18 * @since BuddyPress (1.6.0)17 * @since 1.6.0 19 18 * 20 19 * @global WP_Admin_Bar $wp_admin_bar … … 53 52 * Handle the Toolbar/BuddyBar business. 54 53 * 55 * @since BuddyPress (1.2.0)54 * @since 1.2.0 56 55 * 57 56 * @global string $wp_version … … 103 102 * the `bp_init` action in `bp-core-actions.php`. 104 103 * 105 * @since BuddyPress (1.5.0)104 * @since 1.5.0 106 105 */ 107 106 function bp_core_load_admin_bar_css() { … … 113 112 * Enqueue supplemental WordPress Toolbar styling. 114 113 * 115 * @since BuddyPress (2.1.0)114 * @since 2.1.0 116 115 * 117 116 * @see bp_core_register_common_styles()
Note: See TracChangeset
for help on using the changeset viewer.