Ticket #20448: 20448.3.diff
File 20448.3.diff, 1.8 KB (added by , 13 years ago) |
---|
-
wp-includes/class-wp-theme.php
1025 1025 $path = $this->get_stylesheet_directory(); 1026 1026 if ( $domainpath = $this->get('DomainPath') ) 1027 1027 $path .= $domainpath; 1028 else 1029 $path .= '/languages'; 1028 1030 1029 1031 $this->textdomain_loaded = load_theme_textdomain( $textdomain, $path ); 1030 1032 return $this->textdomain_loaded; -
wp-content/themes/twentyten/style.css
7 7 License: GNU General Public License 8 8 License URI: license.txt 9 9 Tags: 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 10 Text Domain: twentyten 10 11 */ 11 12 12 13 -
wp-content/themes/twentyeleven/style.css
8 8 License: GNU General Public License 9 9 License URI: license.txt 10 10 Tags: 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 11 Text Domain: twentyeleven 11 12 */ 12 13 13 14 /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html