Ticket #6987: meta-6987-corrected.diff
File meta-6987-corrected.diff, 1.0 KB (added by , 17 months ago) |
---|
-
trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-validator.php
123 123 124 124 if ( empty( $readme->stable_tag ) ) { 125 125 $warnings[] = sprintf( 126 /* translators: 1: 'Stable tag', 2: /trunk/ SVN directory , 3: 'Stable tag: trunk'*/127 __( 'The %1$s field is missing. Hint: If you treat %2$s as stable, put %3$s.', 'wporg-plugins' ),126 /* translators: 1: 'Stable tag', 2: /trunk/ SVN directory*/ 127 __( 'The %1$s field is missing. Note: We ask that you no longer attempt to use %2$s as stable, so that all plugins can be rolled back.', 'wporg-plugins' ), 128 128 '<code>Stable tag</code>', 129 '<code>/trunk/</code>', 130 '<code>Stable tag: trunk</code>' 129 '<code>/trunk/</code>' 131 130 ); 132 131 } 133 132