Changeset 7021 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php
- Timestamp:
- 04/04/2018 03:05:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php
r6287 r7021 89 89 $warnings[] = sprintf( __( 'No %s listed.', 'wporg-plugins' ), '<code>Contributors</code>' ); 90 90 } 91 if ( $readme->contributor_ignored ) { 92 /* Translators: 1: Plugin header tag; */ 93 $warnings[] = sprintf( __( 'One or more %1$s listed were ignored. %1$s should only contain WordPress.org usernames.', 'wporg-plugins' ), '<code>Contributors</code>' ); 94 } 91 95 92 96 // Notes.
Note: See TracChangeset
for help on using the changeset viewer.