Changeset 5333
- Timestamp:
- 04/14/2017 07:41:15 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-readme-validator.php
r5331 r5333 71 71 72 72 if ( empty( $output ) ) { 73 $output = __( 'No errors detected in the readme.txt file.', 'wporg-plugins' ); 73 $output .= '<div class="notice notice-success notice-alt">'; 74 $output .= '<p>' . __( 'Congratulations! No errors found.', 'wporg-plugins' ) .'</p>' ; 75 $output .= '</div>'; 74 76 } 75 77
Note: See TracChangeset
for help on using the changeset viewer.