Changeset 13464 for trunk/src/bp-core/admin/bp-core-admin-functions.php
- Timestamp:
- 04/25/2023 10:17:33 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-functions.php
r13455 r13464 1457 1457 * @since 5.0.0 1458 1458 * @since 8.0.0 The `bp_block_category_post_types` filter has been deprecated. 1459 * @since 12.0.0 This category is left for third party plugin but not used anymmore. 1460 * 1461 * @todo deprecate. 1459 1462 * 1460 1463 * @param array $categories Array of block categories. … … 1477 1480 array( 1478 1481 'slug' => 'buddypress', 1479 'title' => __( ' BuddyPress', 'buddypress' ),1480 'icon' => 'buddicons- buddypress-logo',1482 'title' => __( 'Community blocks', 'buddypress' ), 1483 'icon' => 'buddicons-community', 1481 1484 ), 1482 1485 )
Note: See TracChangeset
for help on using the changeset viewer.