[wp-meta] [Making WordPress.org] #2306: Block "WordPress" and "Theme" as a theme name
Making WordPress.org
noreply at wordpress.org
Sun Dec 4 20:47:07 UTC 2016
#2306: Block "WordPress" and "Theme" as a theme name
----------------------------+-----------------
Reporter: grapplerulrich | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Theme Review | Keywords:
----------------------------+-----------------
The Theme Review Team does not allow themes to have "WordPress" and
"theme" in the theme name. The following code in `process_upload()` of
`plugins/theme-directory/class-wporg-themes-upload.php`
{{{#!php
<?php
// Do not allow themes with WordPress and Theme in the
theme name.
if ( false !== strrpos( $this->theme_slug, 'wordpress' )
|| false !== strrpos( $this->theme_slug, 'theme' ) ) {
return __( 'You cannot use WordPress or theme in
your theme name.', 'wporg-themes' );
}
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2306>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list