Changeset 26711
- Timestamp:
- 12/06/2013 01:06:04 AM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r26684 r26711 198 198 ), 199 199 200 __( 'Width' ) => array( 201 'fixed-width' => __( 'Fixed Width' ), 202 'flexible-width' => __( 'Flexible Width' ), 200 __( 'Layout' ) => array( 201 'fixed-layout' => __( 'Fixed Layout' ), 202 'fluid-layout' => __( 'Fluid Layout' ), 203 'responsive-layout' => __( 'Responsive Layout' ), 203 204 ), 204 205 -
trunk/src/wp-content/themes/twentyeleven/style.css
r26070 r26711 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 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, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready10 Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready 11 11 Text Domain: twentyeleven 12 12 */ -
trunk/src/wp-content/themes/twentyfourteen/style.css
r26691 r26711 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed- width, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready10 Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready 11 11 12 12 This theme, like WordPress, is licensed under the GPL. -
trunk/src/wp-content/themes/twentyten/style.css
r24958 r26711 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 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, flexible-header10 Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header 11 11 Text Domain: twentyten 12 12 */ -
trunk/src/wp-content/themes/twentythirteen/style.css
r26070 r26711 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fl exible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready10 Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready 11 11 Text Domain: twentythirteen 12 12 -
trunk/src/wp-content/themes/twentytwelve/style.css
r26070 r26711 8 8 License: GNU General Public License v2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 Tags: light, gray, white, one-column, two-columns, right-sidebar, fl exible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready10 Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready 11 11 Text Domain: twentytwelve 12 12
Note: See TracChangeset
for help on using the changeset viewer.