Ticket #48005: 48005.diff
File 48005.diff, 611 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/class-wp-theme.php
733 733 * @since 3.4.0 734 734 * 735 735 * @param string $header Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags. 736 * @return string|false Stringon success, false on failure.736 * @return mixed String or array (for Tags header) on success, false on failure. 737 737 */ 738 738 public function get( $header ) { 739 739 if ( ! isset( $this->headers[ $header ] ) ) {