Ticket #2877: 2877.patch
File 2877.patch, 1.0 KB (added by , 7 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
173 173 $error = __( 'Error: The plugin has no readme.', 'wporg-plugins' ); 174 174 175 175 /* translators: 1: readme.txt, 2: readme.md */ 176 return $error . ' ' . sprintf( __( 'The zip file must include a file named %1$s or %2$s. We recommend using %1 s as it will allow you to fully utilize our directory.', 'wporg-plugins' ),176 return $error . ' ' . sprintf( __( 'The zip file must include a file named %1$s or %2$s. We recommend using %1$s as it will allow you to fully utilize our directory.', 'wporg-plugins' ), 177 177 '<code>readme.txt</code>', 178 178 '<code>readme.md</code>' 179 179 );