Changeset 5841 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php
- Timestamp:
- 08/25/2017 08:17:03 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
r4261 r5841 76 76 $warnings[] = sprintf( __( '%s is missing.', 'wporg-plugins' ), '<code>Tested up to</code>' ); 77 77 } 78 if ( empty( $readme->requires_php ) ) { 79 /* Translators: Plugin header tag; */ 80 $warnings[] = sprintf( __( '%s is missing.', 'wporg-plugins' ), '<code>Requires PHP</code>' ); 81 } 78 82 if ( empty( $readme->stable_tag ) ) { 79 83 /* Translators: 1: Plugin header tag; 2: SVN directory; 3: Plugin header tag; */
Note: See TracChangeset
for help on using the changeset viewer.