Changeset 26325
- Timestamp:
- 11/22/2013 11:19:57 AM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26260 r26325 199 199 * @since Twenty Fourteen 1.0 200 200 * 201 * @return void201 * @return string 202 202 */ 203 203 function twentyfourteen_font_url() { … … 377 377 * Adds body classes to denote: 378 378 * 1. Single or multiple authors. 379 * 2. Presen se of header image.379 * 2. Presence of header image. 380 380 * 3. Index views. 381 381 * 4. Full-width content layout. -
trunk/src/wp-content/themes/twentyfourteen/style.css
r26272 r26325 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, responsive-width, custom-background, custom-colors, 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: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, 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 12 12 This theme, like WordPress, is licensed under the GPL.
Note: See TracChangeset
for help on using the changeset viewer.