Changeset 1612 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
- Timestamp:
- 05/24/2015 04:22:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r1532 r1612 132 132 return sprintf( __( 'Sorry, the theme name %s is reserved for use by WordPress Core. Please change the name of your theme in <code>style.css</code> and upload it again.', 'wporg-themes' ), '<code>' . $this->theme_slug . '</code>' ); 133 133 } 134 134 135 135 // populate the theme post and author 136 136 $this->theme_post = $this->get_theme_post(); … … 454 454 } 455 455 456 // Description 457 $theme_description = $this->strip_non_utf8( (string) $this->theme->display( 'Description' ) ); 458 456 459 // Hacky way to prevent a problem with xml-rpc. 457 460 $this->trac_ticket->description = <<<TICKET 458 461 {$this->theme->display( 'Name' )} - {$this->theme->display( 'Version' )} 459 462 460 {$th is->theme->display( 'Description' )}463 {$theme_description} 461 464 462 465 Theme URL - {$this->theme->display( 'ThemeURI' )}
Note: See TracChangeset
for help on using the changeset viewer.