Make WordPress Core

Changeset 30233


Ignore:
Timestamp:
11/04/2014 08:25:04 PM (9 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: Formatting cleanup for documentation, crossing eyes, dotting tees.

Props lancewillett, MikeHansenMe, fixes #30149.

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  
    11<?php
    22/**
    3  * The template for displaying Author bios
     3 * The template for displaying Author bios.
    44 *
    55 * @package WordPress
  • trunk/src/wp-content/themes/twentyfifteen/content-page.php

    r30046 r30233  
    11<?php
    22/**
    3  * The template used for displaying page content in page.php
     3 * The template used for displaying page content.
    44 *
    55 * @package WordPress
  • trunk/src/wp-content/themes/twentyfifteen/content.php

    r30072 r30233  
    11<?php
    22/**
    3  * The default template for displaying content
     3 * The default template for displaying content.
    44 *
    55 * Used for both single and index/archive/search.
  • trunk/src/wp-content/themes/twentyfifteen/footer.php

    r30046 r30233  
    33 * The template for displaying the footer.
    44 *
    5  * Contains the closing of the #content div and all content after.
     5 * Contains the closing of the "site-content" div and all content after.
    66 *
    77 * @package WordPress
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r30216 r30233  
    11<?php
    22/**
    3  * Twenty Fifteen functions and definitions
     3 * Twenty Fifteen functions and definitions.
    44 *
    55 * Set up the theme and provides some helper functions, which are used in the
     
    242242
    243243/**
    244  * Add featured image as background image to post navs.
     244 * Add featured image as background image to post navigation elements.
    245245 *
    246246 * @since Twenty Fifteen 1.0
     
    303303
    304304/**
    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.
    306306 *
    307307 * @since Twenty Fifteen 1.0
  • trunk/src/wp-content/themes/twentyfifteen/header.php

    r30218 r30233  
    33 * The header for our theme.
    44 *
    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.
    66 *
    77 * @package WordPress
  • trunk/src/wp-content/themes/twentyfifteen/inc/back-compat.php

    r30099 r30233  
    11<?php
    22/**
    3  * Twenty Fifteen back compat functionality
     3 * Twenty Fifteen back compat functionality.
    44 *
    55 * Prevents Twenty Fifteen from running on WordPress versions prior to 4.1,
  • trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php

    r30230 r30233  
    152152if ( ! function_exists( 'twentyfifteen_get_color_scheme' ) ) :
    153153/**
    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.
    155155 *
    156156 * @since Twenty Fifteen 1.0
     
    640640/**
    641641 * 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.
    643643 *
    644644 * @since Twenty Fifteen 1.0
  • trunk/src/wp-content/themes/twentyfifteen/js/functions.js

    r30211 r30233  
    11/* global screenReaderText */
    22/**
    3  * Theme functions file
     3 * Theme functions file.
    44 *
    55 * Contains handlers for navigation and widget area.
  • trunk/src/wp-content/themes/twentyfifteen/page.php

    r30046 r30233  
    11<?php
    22/**
    3  * The template for displaying all pages.
     3 * The template for displaying pages.
    44 *
    55 * This is the template that displays all pages by default.
    66 * 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.
    88 *
    99 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.