Changeset 8471
- Timestamp:
- 03/16/2019 11:07:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
r8470 r8471 295 295 $message .= sprintf( 296 296 /* translators: %s: plugin name */ 297 __( 'Warning: Your plugin will probably need to be renamed. Your chosen plugin name - %s - starts with a term that may belong to another company. When we review your submis ion we will either correct this for you or request you approve a new name.' ),297 __( 'Warning: Your plugin will probably need to be renamed. Your chosen plugin name - %s - starts with a term that may belong to another company. When we review your submission we will either correct this for you or request you approve a new name.' ), 298 298 esc_html( $this->plugin['Name'] ) 299 299 ) . '</p><p>';
Note: See TracChangeset
for help on using the changeset viewer.