Changeset 9287 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
- Timestamp:
- 11/20/2019 11:07:11 PM (5 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
r9130 r9287 108 108 return new \WP_Error( 'reserved_name', $error . ' ' . sprintf( 109 109 /* translators: 1: plugin slug, 2: 'Plugin Name:' */ 110 __( 'Your chosen plugin name - %1$s - has been reserved and cannot be used. Please change the %2$s line in your main plugin file and readme, then you may upload it again.', 'wporg-plugins' ),110 __( 'Your chosen plugin name - %1$s - has been reserved or otherwise restricted from use entirely. Please change the %2$s line in your main plugin file and readme, then you may upload it again.', 'wporg-plugins' ), 111 111 '<code>' . $this->plugin_slug . '</code>', 112 112 '<code>Plugin Name:</code>' … … 349 349 'featured', 350 350 'filter', 351 'jquery',352 351 'new', 353 352 'page', 353 'plugins', 354 354 'popular', 355 355 'post', … … 358 358 'updated', 359 359 'upload', 360 'wp-admin', 361 // Reserved names. 362 'jquery', 363 'site-kit-by-google', 360 364 'wordpress', 361 ' wp-admin',365 'yoast-seo', 362 366 ); 363 367 … … 375 379 'advanced-custom-fields-', 376 380 'amazon-', 381 'contact-form-7-', 377 382 'divi-', 378 383 'easy-digital-downloads-',
Note: See TracChangeset
for help on using the changeset viewer.