Changeset 30233
- Timestamp:
- 11/04/2014 08:25:04 PM (10 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfifteen
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/author-bio.php
r30072 r30233 1 1 <?php 2 2 /** 3 * The template for displaying Author bios 3 * The template for displaying Author bios. 4 4 * 5 5 * @package WordPress -
trunk/src/wp-content/themes/twentyfifteen/content-page.php
r30046 r30233 1 1 <?php 2 2 /** 3 * The template used for displaying page content in page.php3 * The template used for displaying page content. 4 4 * 5 5 * @package WordPress -
trunk/src/wp-content/themes/twentyfifteen/content.php
r30072 r30233 1 1 <?php 2 2 /** 3 * The default template for displaying content 3 * The default template for displaying content. 4 4 * 5 5 * Used for both single and index/archive/search. -
trunk/src/wp-content/themes/twentyfifteen/footer.php
r30046 r30233 3 3 * The template for displaying the footer. 4 4 * 5 * Contains the closing of the #contentdiv and all content after.5 * Contains the closing of the "site-content" div and all content after. 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyfifteen/functions.php
r30216 r30233 1 1 <?php 2 2 /** 3 * Twenty Fifteen functions and definitions 3 * Twenty Fifteen functions and definitions. 4 4 * 5 5 * Set up the theme and provides some helper functions, which are used in the … … 242 242 243 243 /** 244 * Add featured image as background image to post nav s.244 * Add featured image as background image to post navigation elements. 245 245 * 246 246 * @since Twenty Fifteen 1.0 … … 303 303 304 304 /** 305 * Add a `screen-reader-text` class to the search form's submit button 305 * Add a `screen-reader-text` class to the search form's submit button. 306 306 * 307 307 * @since Twenty Fifteen 1.0 -
trunk/src/wp-content/themes/twentyfifteen/header.php
r30218 r30233 3 3 * The header for our theme. 4 4 * 5 * Displays all of the <head> section and everything up till <div id="content">5 * Displays all of the <head> section and everything up until the "site-content" div. 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyfifteen/inc/back-compat.php
r30099 r30233 1 1 <?php 2 2 /** 3 * Twenty Fifteen back compat functionality 3 * Twenty Fifteen back compat functionality. 4 4 * 5 5 * Prevents Twenty Fifteen from running on WordPress versions prior to 4.1, -
trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php
r30230 r30233 152 152 if ( ! function_exists( 'twentyfifteen_get_color_scheme' ) ) : 153 153 /** 154 * Returns an array of either the current or default color scheme hex values 154 * Returns an array of either the current or default color scheme hex values. 155 155 * 156 156 * @since Twenty Fifteen 1.0 … … 640 640 /** 641 641 * Binds JS listener to make Customizer color_scheme control. 642 * Passes color scheme data as colorScheme global 642 * Passes color scheme data as colorScheme global. 643 643 * 644 644 * @since Twenty Fifteen 1.0 -
trunk/src/wp-content/themes/twentyfifteen/js/functions.js
r30211 r30233 1 1 /* global screenReaderText */ 2 2 /** 3 * Theme functions file 3 * Theme functions file. 4 4 * 5 5 * Contains handlers for navigation and widget area. -
trunk/src/wp-content/themes/twentyfifteen/page.php
r30046 r30233 1 1 <?php 2 2 /** 3 * The template for displaying allpages.3 * The template for displaying pages. 4 4 * 5 5 * This is the template that displays all pages by default. 6 6 * Please note that this is the WordPress construct of pages and that 7 * other 'pages'on your WordPress site will use a different template.7 * other "pages" on your WordPress site will use a different template. 8 8 * 9 9 * @package WordPress
Note: See TracChangeset
for help on using the changeset viewer.