Make WordPress Core

Ticket #48005: 48005.diff

File 48005.diff, 611 bytes (added by david.binda, 5 years ago)
  • src/wp-includes/class-wp-theme.php

     
    733733         * @since 3.4.0
    734734         *
    735735         * @param string $header Theme header. Name, Description, Author, Version, ThemeURI, AuthorURI, Status, Tags.
    736          * @return string|false String on success, false on failure.
     736         * @return mixed String or array (for Tags header) on success, false on failure.
    737737         */
    738738        public function get( $header ) {
    739739                if ( ! isset( $this->headers[ $header ] ) ) {