Changeset 11675
- Timestamp:
- 03/15/2022 04:57:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-block-plugin-checker.php
r10647 r11675 598 598 ); 599 599 } else { 600 $disallowed_ns = array( 'cgb/', 'create-block/', 'example/', 'block/', 'core/' );600 $disallowed_ns = array( 'cgb/', 'create-block/', 'example/', 'block/', 'core/', 'gutenberg-examples/' ); 601 601 foreach ( $disallowed_ns as $ns ) { 602 602 if ( 0 === strpos( $block->name, $ns ) ) {
Note: See TracChangeset
for help on using the changeset viewer.