Ticket #5591: 5591.diff
File 5591.diff, 1.5 KB (added by , 4 years ago) |
---|
-
trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
413 413 'akismet-anti-spam', 414 414 'site-kit-by-google', 415 415 'yoast-seo', 416 'wp-media-folder', 417 'wp-file-download', 418 'wp-table-manager', 416 419 ); 417 420 418 421 return in_array( $this->plugin_slug, $reserved_slugs ); … … 476 479 'woocommerce', // technically ending with '-for-woocommerce' is allowed. 477 480 'woo-commerce', 478 481 'woo-', 482 'wo-', 479 483 'wordpress', 484 'wpress', 485 'wp-', 480 486 'wp-mail-smtp-', 481 487 'yahoo-', 482 488 'yoast', … … 486 492 // Domains from which exceptions would be accepted. 487 493 $trademark_exceptions = array( 488 494 'yoast.com' => array( 'yoast' ), 489 'automattic.com' => array( 'akismet', 'akismet-', 'jetpack', 'jetpack-', 'wordpress', 'w oo', 'woo-', 'woocommerce', 'woocommerce-' ),495 'automattic.com' => array( 'akismet', 'akismet-', 'jetpack', 'jetpack-', 'wordpress', 'wp-', 'woo', 'woo-', 'woocommerce', 'woocommerce-' ), 490 496 'facebook.com' => array( 'facebook', 'instagram', 'oculus', 'whatsapp' ), 491 497 'support.microsoft.com' => array( 'bing-', 'microsoft-' ), 492 498 'microsoft.com' => array( 'bing-', 'microsoft-' ),