Changeset 13417 for trunk/src/bp-core/bp-core-template.php
- Timestamp:
- 02/10/2023 04:01:49 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-template.php
r13170 r13417 3889 3889 ); 3890 3890 3891 if ( $block_name && bp_is_running_wp( '5.8.0', '>=' )) {3891 if ( $block_name ) { 3892 3892 $widget_blocks = get_option( 'widget_block', array() ); 3893 3893 $sidebars = wp_get_sidebars_widgets();
Note: See TracChangeset
for help on using the changeset viewer.