Changeset 13500 for trunk/src/bp-core/classes/class-bp-block.php
- Timestamp:
- 06/10/2023 06:22:42 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/classes/class-bp-block.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-block.php
r13321 r13500 196 196 if ( ! isset( $this->registered_scripts['editor_script'] ) || ! $this->registered_scripts['editor_script'] ) { 197 197 $this->block = new WP_Error( 'script_registration_error', __( 'The required `editor_script` could not be registered.', 'buddypress' ) ); 198 199 // Register the styles. 198 200 } else { 199 // Register the styles.200 $registered_styles = array();201 201 202 202 foreach ( array( 'editor_style', 'style' ) as $style_handle_key ) {
Note: See TracChangeset
for help on using the changeset viewer.