Changeset 10012
- Timestamp:
- 07/05/2020 11:54:45 PM (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
r10007 r10012 480 480 $this->record_result( __FUNCTION__, 481 481 'info', 482 sprintf( __( ' %s is valid.', 'wporg-plugins' ), $this->relative_filename( $block_json_file ) ),482 sprintf( __( 'JSON file %s is valid.', 'wporg-plugins' ), $this->relative_filename( $block_json_file ) ), 483 483 $this->relative_filename( $block_json_file ) 484 484 ); … … 494 494 $this->record_result( __FUNCTION__, 495 495 ( 'error' === $code ? 'warning' : $code ), // TODO: be smarter about mapping these 496 $ message,496 $this->relative_filename( $block_json_file ) . ': ' . $message, 497 497 array( 498 498 $this->relative_filename( $block_json_file ),
Note: See TracChangeset
for help on using the changeset viewer.