Changeset 9997 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-block-plugin-checker.php
- Timestamp:
- 07/03/2020 01:48:32 AM (5 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
r9994 r9997 472 472 function check_block_json_is_valid() { 473 473 foreach ( $this->block_json_validation as $block_json_file => $result ) { 474 if ( true === $result ) { 475 $this->record_result( __FUNCTION__, 476 'info', 477 sprintf( __( '%s is valid.', 'wporg-plugins' ), $this->relative_filename( $block_json_file ) ), 478 $this->relative_filename( $block_json_file ) 479 ); 480 continue; 481 } 482 474 483 foreach ( $result->get_error_codes() as $code ) { 475 484 $messages = $result->get_error_messages( $code );
Note: See TracChangeset
for help on using the changeset viewer.