Changeset 21604
- Timestamp:
- 08/24/2012 03:22:14 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/theme.php
r21010 r21604 152 152 // Hard-coded list is used if api not accessible. 153 153 $features = array( 154 __( 'Colors') => array(154 __( 'Colors' ) => array( 155 155 'black' => __( 'Black' ), 156 156 'blue' => __( 'Blue' ), … … 170 170 ), 171 171 172 __( 'Columns') => array(172 __( 'Columns' ) => array( 173 173 'one-column' => __( 'One Column' ), 174 174 'two-columns' => __( 'Two Columns' ), … … 179 179 ), 180 180 181 __( 'Width') => array(181 __( 'Width' ) => array( 182 182 'fixed-width' => __( 'Fixed Width' ), 183 183 'flexible-width' => __( 'Flexible Width' ), … … 194 194 'featured-image-header' => __( 'Featured Image Header' ), 195 195 'featured-images' => __( 'Featured Images' ), 196 'flexible-header' => __( 'Flexible Header' ), 196 197 'front-page-post-form' => __( 'Front Page Posting' ), 197 198 'full-width-template' => __( 'Full Width Template' ), -
trunk/wp-content/themes/twentyeleven/style.css
r21488 r21604 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, f ull-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-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-ready 11 11 Text Domain: twentyeleven 12 12 */ -
trunk/wp-content/themes/twentyten/style.css
r21040 r21604 7 7 License: GNU General Public License v2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 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 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, flexible-header 10 10 Text Domain: twentyten 11 11 */
Note: See TracChangeset
for help on using the changeset viewer.