Merge pull request #1028 from B-07/master

Remove period from file header
This commit is contained in:
Tammie Lister 2016-12-23 12:19:50 +00:00 committed by GitHub
commit bd858e4e96
16 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The template for displaying 404 pages (not found). * The template for displaying 404 pages (not found)
* *
* @link https://codex.wordpress.org/Creating_an_Error_404_Page * @link https://codex.wordpress.org/Creating_an_Error_404_Page
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The template for displaying archive pages. * The template for displaying archive pages
* *
* @link https://codex.wordpress.org/Template_Hierarchy * @link https://codex.wordpress.org/Template_Hierarchy
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The template for displaying comments. * The template for displaying comments
* *
* This is the template that displays the area of the page that contains both the current comments * This is the template that displays the area of the page that contains both the current comments
* and the comment form. * and the comment form.

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The template for displaying the footer. * The template for displaying the footer
* *
* Contains the closing of the #content div and all content after. * Contains the closing of the #content div and all content after.
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* _s functions and definitions. * _s functions and definitions
* *
* @link https://developer.wordpress.org/themes/basics/theme-functions/ * @link https://developer.wordpress.org/themes/basics/theme-functions/
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The header for our theme. * The header for our theme
* *
* This is the template that displays all of the <head> section and everything up until <div id="content"> * This is the template that displays all of the <head> section and everything up until <div id="content">
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The main template file. * The main template file
* *
* This is the most generic template file in a WordPress theme * This is the most generic template file in a WordPress theme
* and one of the two required files for a theme (the other being style.css). * and one of the two required files for a theme (the other being style.css).

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The template for displaying all pages. * The template for displaying all pages
* *
* This is the template that displays all pages by default. * This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages * Please note that this is the WordPress construct of pages

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The template for displaying search results pages. * The template for displaying search results pages
* *
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#search-result
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The sidebar containing the main widget area. * The sidebar containing the main widget area
* *
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* The template for displaying all single posts. * The template for displaying all single posts
* *
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
* *

View File

@ -1,5 +1,5 @@
/* /*
Theme Name: _s Theme Name: _sss
Theme URI: http://underscores.me/ Theme URI: http://underscores.me/
Author: Automattic Author: Automattic
Author URI: http://automattic.com/ Author URI: http://automattic.com/

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Template part for displaying a message that posts cannot be found. * Template part for displaying a message that posts cannot be found
* *
* @link https://codex.wordpress.org/Template_Hierarchy * @link https://codex.wordpress.org/Template_Hierarchy
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Template part for displaying page content in page.php. * Template part for displaying page content in page.php
* *
* @link https://codex.wordpress.org/Template_Hierarchy * @link https://codex.wordpress.org/Template_Hierarchy
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Template part for displaying results in search pages. * Template part for displaying results in search pages
* *
* @link https://codex.wordpress.org/Template_Hierarchy * @link https://codex.wordpress.org/Template_Hierarchy
* *

View File

@ -1,6 +1,6 @@
<?php <?php
/** /**
* Template part for displaying posts. * Template part for displaying posts
* *
* @link https://codex.wordpress.org/Template_Hierarchy * @link https://codex.wordpress.org/Template_Hierarchy
* *