Make WordPress Core


Ignore:
Timestamp:
11/19/2014 08:27:09 PM (12 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: doc cleanup, addresses removing periods from file header summaries, some spacing, loop documentation, and https instead of http.

Props DrewAPicture, MikeHansenMe, see #30149.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/content-none.php

    r30046 r30394  
    11<?php
    22/**
    3  * The template part for displaying a message that posts cannot be found.
     3 * The template part for displaying a message that posts cannot be found
    44 *
    5  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     5 * Learn more: {@link https://codex.wordpress.org/Template_Hierarchy}
    66 *
    77 * @package WordPress
     
    1717
    1818        <div class="page-content">
     19
    1920                <?php if ( is_home() && current_user_can( 'publish_posts' ) ) : ?>
    2021
     
    3233
    3334                <?php endif; ?>
     35
    3436        </div><!-- .page-content -->
    3537</section><!-- .no-results -->
Note: See TracChangeset for help on using the changeset viewer.