- Timestamp:
- 08/23/2021 01:13:45 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/classes/class-bp-settings-component.php
r12994 r13090 29 29 buddypress()->plugin_dir, 30 30 array( 31 'adminbar_myaccount_order' => 100 31 'adminbar_myaccount_order' => 100, 32 32 ) 33 33 ); … … 299 299 * @since 9.0.0 300 300 * 301 * @param array $blocks Optional. See BP_Component::blocks_init() for 302 * description. 301 * @param array $blocks Optional. See BP_Component::blocks_init() for the description. 303 302 */ 304 303 public function blocks_init( $blocks = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.