Make WordPress Core

Ticket #20448: 20448.3.diff

File 20448.3.diff, 1.8 KB (added by nacin, 13 years ago)
  • wp-includes/class-wp-theme.php

     
    10251025                $path = $this->get_stylesheet_directory();
    10261026                if ( $domainpath = $this->get('DomainPath') )
    10271027                        $path .= $domainpath;
     1028                else
     1029                        $path .= '/languages';
    10281030
    10291031                $this->textdomain_loaded = load_theme_textdomain( $textdomain, $path );
    10301032                return $this->textdomain_loaded;
  • wp-content/themes/twentyten/style.css

     
    77License: GNU General Public License
    88License URI: license.txt
    99Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
     10Text Domain: twentyten
    1011*/
    1112
    1213
  • wp-content/themes/twentyeleven/style.css

     
    88License: GNU General Public License
    99License URI: license.txt
    1010Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
     11Text Domain: twentyeleven
    1112*/
    1213
    1314/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html