Ticket #2952: 2952.3.patch
File 2952.3.patch, 1.0 KB (added by , 7 years ago) |
---|
-
wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php
75 75 /* Translators: Plugin header tag; */ 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 }82 78 if ( empty( $readme->stable_tag ) ) { 83 79 /* Translators: 1: Plugin header tag; 2: SVN directory; 3: Plugin header tag; */ 84 80 $warnings[] = sprintf( __( '%1$s is missing. Hint: If you treat %2$s as stable, put %3$s.', 'wporg-plugins' ), '<code>Stable tag</code>', '<code>/trunk/</code>', '<code>Stable tag: trunk</code>' );