Changeset 10176
- Timestamp:
- 08/18/2020 05:55:10 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
r10174 r10176 888 888 // translators: %1$s is the file name, %2$s is the json error message. 889 889 __( 'Error attempting to parse json in %1$s: %2$s', 'wporg-plugins' ), 890 '<code> ' . $this->relative_filename( $block_json_file ) . '</code>',890 '<code><a href="' . $this->get_browser_url( $block_json_file ) . '">' . $this->relative_filename( $block_json_file ) . '</a></code>', 891 891 $message 892 892 ), … … 923 923 __FUNCTION__, 924 924 ( 'error' === $code ? 'warning' : $code ), // TODO: be smarter about mapping these 925 '<code> ' . $this->relative_filename( $block_json_file ) . '</code>: ' . $message,925 '<code><a href="' . $this->get_browser_url( $block_json_file ) . '">' . $this->relative_filename( $block_json_file ) . '</a></code>: ' . $message, 926 926 array( 927 927 $this->relative_filename( $block_json_file ),
Note: See TracChangeset
for help on using the changeset viewer.