Changeset 13741 for trunk/src/bp-core/bp-core-dependency.php
- Timestamp:
- 02/23/2024 03:16:00 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-dependency.php
r13490 r13741 191 191 */ 192 192 function bp_setup_admin_bar() { 193 if ( bp_use_wp_admin_bar() ) { 194 195 /** 196 * Fires inside the 'bp_setup_admin_bar' function, where plugins should add items to the WP admin bar. 197 * 198 * This hook will only fire if bp_use_wp_admin_bar() returns true. 199 * 200 * @since 1.5.0 201 */ 202 do_action( 'bp_setup_admin_bar', array() ); 203 } 193 /** 194 * Fires inside the 'bp_setup_admin_bar' function, where plugins should add items to the WP admin bar. 195 * 196 * @since 1.5.0 197 */ 198 do_action( 'bp_setup_admin_bar', array() ); 204 199 } 205 200
Note: See TracChangeset
for help on using the changeset viewer.