id summary reporter owner description type status priority milestone component resolution keywords cc 2306 "Block ""WordPress"" and ""Theme"" as a theme name" grapplerulrich Otto42 "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 theme_slug, 'wordpress' ) || false !== strrpos( $this->theme_slug, 'theme' ) ) { return __( 'You cannot use WordPress or theme in your theme name.', 'wporg-themes' ); } }}} " defect (bug) closed normal Theme Review fixed has-patch commit