Changeset 10963 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
- Timestamp:
- 05/10/2021 06:01:46 PM (4 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
r10633 r10963 122 122 $message = sprintf( 123 123 /* translators: 1: plugin slug, 2: trademarked term, 3: 'Plugin Name:', 4: plugin email address */ 124 __( 'Your chosen plugin name - %1$s - contains the restricted term "%2$s" and cannot be used at all in your plugin permalink nor the display name. To proceed with this submission you must remove "%2$s" from the %3$s line in both your main plugin file and readme entirely. Once you\'ve finished, you may upload the plugin again. If you feel this is in error, please email us at %4$s and explain why.', 'wporg-plugins' ),124 __( 'Your chosen plugin name - %1$s - contains the restricted term "%2$s" and cannot be used at all in your plugin permalink nor the display name. To proceed with this submission you must remove "%2$s" from the %3$s line in both your main plugin file and readme entirely. Once you\'ve finished, you may upload the plugin again. Do not attempt to work around this by removing letters (i.e. WordPess) or using numbers (4 instead of A). Those are seen as intentional actions to avoid trademark laws, and are not permitted. If you feel this is in error, such as you legally own the trademarked term, please email us at %4$s and explain why.', 'wporg-plugins' ), 125 125 '<code>' . $this->plugin_slug . '</code>', 126 126 trim( $this->has_trademarked_slug(), '-' ), … … 132 132 $message = sprintf( 133 133 /* translators: 1: plugin slug, 2: trademarked term, 3: 'Plugin Name:', 4: plugin email address */ 134 __( 'Your chosen plugin name - %1$s - contains the restricted term "%2$s" and cannot be used . Per the demands of trademark owners we disallow the use of certain terms in ways that are infringing or misleading. In order to proceed with this submission, you must change the %3$s line in your main plugin file and readme to end with "-%2$s" instead. Once you\'ve finished, you may upload the plugin again. If you feel this is in error, please email us at %4$s and explain why.', 'wporg-plugins' ),134 __( 'Your chosen plugin name - %1$s - contains the restricted term "%2$s" and cannot be used to begin your permalink or display name. Per the requirements of trademark owners and law, we disallow the use of certain terms in ways that are infringing and/or misleading. In order to proceed with this submission, you must change the %3$s line in your main plugin file and readme to end with "-%2$s" instead. Once you\'ve finished, you may upload the plugin again. If you feel this is in error, such as you legally own the trademarked term, please email us at %4$s and explain why.', 'wporg-plugins' ), 135 135 '<code>' . $this->plugin_slug . '</code>', 136 136 trim( $this->has_trademarked_slug(), '-' ), … … 414 414 'site-kit-by-google', 415 415 'yoast-seo', 416 'woo', 416 417 'wp-media-folder', 417 418 'wp-file-download', … … 434 435 'adwords-', 435 436 'akismet-', 437 'all-in-one-wp-migration', 436 438 'amazon-', 437 439 'android-', 438 440 'apple-', 441 'applenews-', 439 442 'aws-', 440 443 'bbpress-', … … 443 446 'buddypress-', 444 447 'contact-form-7-', 448 'cpanel-', 449 'disqus-', 445 450 'divi-', 451 'dropbox-', 446 452 'easy-digital-downloads-', 447 453 'elementor-', 448 454 'envato-', 455 'fbook', 449 456 'facebook', 450 457 'fb-', 458 'fb-messenger', 459 'fedex-', 451 460 'feedburner', 461 'ganalytics-', 452 462 'gberg', 453 463 'github-', 454 464 'givewp-', 455 465 'google-', 466 'googlebot-', 456 467 'googles-', 468 'gravity-form-', 457 469 'gravity-forms-', 458 470 'gutenberg', … … 460 472 'hubspot-', 461 473 'ig-', 474 'insta-', 462 475 'instagram', 476 'internet-explorer-', 463 477 'jetpack-', 464 478 'macintosh-', 479 'mailchimp-', 465 480 'microsoft-', 466 481 'ninja-forms-', 467 482 'oculus', 483 'onlyfans-', 484 'only-fans-', 485 'paddle-', 468 486 'paypal-', 469 487 'pinterest-', 470 488 'stripe-', 489 'tiktok-', 490 'trustpilot', 471 491 'twitter-', 472 492 'tweet', 493 'ups-', 494 'usps-', 495 'vvhatsapp', 496 'vvcommerce', 497 'vva-', 498 'vvoo', 473 499 'wa-', 500 'wh4tsapps', 474 501 'whatsapp', 475 502 'whats-app', … … 477 504 'windows-', 478 505 'wocommerce', 506 'woocom-', 479 507 'woocommerce', // technically ending with '-for-woocommerce' is allowed. 508 'woocomerce', 480 509 'woo-commerce', 481 510 'woo-', 482 511 'wo-', 483 512 'wordpress', 513 'wordpess', 484 514 'wpress', 485 515 'wp-', … … 496 526 'facebook.com' => array( 'facebook', 'instagram', 'oculus', 'whatsapp' ), 497 527 'support.microsoft.com' => array( 'bing-', 'microsoft-' ), 528 'trustpilot.com' => array( 'trustpilot' ), 498 529 'microsoft.com' => array( 'bing-', 'microsoft-' ), 499 530 );
Note: See TracChangeset
for help on using the changeset viewer.