Changeset 44496
- Timestamp:
- 01/09/2019 05:08:25 AM (4 years ago)
- Location:
- trunk/src/wp-content/themes
- Files:
-
- 42 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/archive.php
r43571 r44496 6 6 * For example, puts together date-based pages if no date.php file exists. 7 7 * 8 * @link https:// codex.wordpress.org/Template_Hierarchy8 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 9 9 * 10 10 * @package WordPress -
trunk/src/wp-content/themes/twentyeleven/index.php
r43571 r44496 7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * E.g., it puts together the home page when no home.php file exists. 9 * Learn more: https:// codex.wordpress.org/Template_Hierarchy9 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/ 10 10 * 11 11 * @package WordPress -
trunk/src/wp-content/themes/twentyfifteen/archive.php
r42343 r44496 10 10 * category.php (Category archives), author.php (Author archives), etc. 11 11 * 12 * @link https:// codex.wordpress.org/Template_Hierarchy12 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 13 13 * 14 14 * @package WordPress -
trunk/src/wp-content/themes/twentyfifteen/content-none.php
r30896 r44496 3 3 * The template part for displaying a message that posts cannot be found 4 4 * 5 * Learn more: {@link https:// codex.wordpress.org/Template_Hierarchy}5 * Learn more: {@link https://developer.wordpress.org/themes/basics/template-hierarchy/} 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyfifteen/content-search.php
r30896 r44496 3 3 * The template part for displaying results in search pages 4 4 * 5 * Learn more: {@link https:// codex.wordpress.org/Template_Hierarchy}5 * Learn more: {@link https://developer.wordpress.org/themes/basics/template-hierarchy/} 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyfifteen/index.php
r42343 r44496 8 8 * e.g., it puts together the home page when no home.php file exists. 9 9 * 10 * Learn more: {@link https:// codex.wordpress.org/Template_Hierarchy}10 * Learn more: {@link https://developer.wordpress.org/themes/basics/template-hierarchy/} 11 11 * 12 12 * @package WordPress -
trunk/src/wp-content/themes/twentyfourteen/archive.php
r43571 r44496 11 11 * and author.php for Author archives. 12 12 * 13 * @link https:// codex.wordpress.org/Template_Hierarchy13 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 14 14 * 15 15 * @package WordPress -
trunk/src/wp-content/themes/twentyfourteen/author.php
r43571 r44496 3 3 * The template for displaying Author archive pages 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyfourteen/category.php
r43571 r44496 3 3 * The template for displaying Category pages 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyfourteen/index.php
r43571 r44496 8 8 * e.g., it puts together the home page when no home.php file exists. 9 9 * 10 * @link https:// codex.wordpress.org/Template_Hierarchy10 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 11 11 * 12 12 * @package WordPress -
trunk/src/wp-content/themes/twentyfourteen/tag.php
r43571 r44496 5 5 * Used to display archive-type pages for posts in a tag. 6 6 * 7 * @link https:// codex.wordpress.org/Template_Hierarchy7 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyfourteen/taxonomy-post_format.php
r43571 r44496 10 10 * and remove plurals below. 11 11 * 12 * @link https:// codex.wordpress.org/Template_Hierarchy12 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 13 13 * 14 14 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/archive.php
r43571 r44496 3 3 * The template for displaying archive pages 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/comments.php
r43571 r44496 6 6 * and the comment form. 7 7 * 8 * @link https:// codex.wordpress.org/Template_Hierarchy8 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 9 9 * 10 10 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/front-page.php
r43571 r44496 5 5 * If the user has selected a static page for their homepage, this is what will 6 6 * appear. 7 * Learn more: https:// codex.wordpress.org/Template_Hierarchy7 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/index.php
r42343 r44496 8 8 * E.g., it puts together the home page when no home.php file exists. 9 9 * 10 * @link https:// codex.wordpress.org/Template_Hierarchy10 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 11 11 * 12 12 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/page.php
r42343 r44496 8 8 * different template. 9 9 * 10 * @link https:// codex.wordpress.org/Template_Hierarchy10 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 11 11 * 12 12 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/template-parts/page/content-page.php
r43571 r44496 3 3 * Template part for displaying page content in page.php 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-audio.php
r42343 r44496 3 3 * Template part for displaying audio posts 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php
r42343 r44496 5 5 * Used in Search Results and for Recent Posts in Front Page panels. 6 6 * 7 * @link https:// codex.wordpress.org/Template_Hierarchy7 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php
r42343 r44496 3 3 * Template part for displaying gallery posts 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-image.php
r42343 r44496 3 3 * Template part for displaying image posts 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-none.php
r43571 r44496 3 3 * Template part for displaying a message that posts cannot be found 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content-video.php
r42343 r44496 3 3 * Template part for displaying video posts 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentyseventeen/template-parts/post/content.php
r42343 r44496 3 3 * Template part for displaying posts 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentysixteen/archive.php
r42343 r44496 10 10 * category.php (Category archives), author.php (Author archives), etc. 11 11 * 12 * @link https:// codex.wordpress.org/Template_Hierarchy12 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 13 13 * 14 14 * @package WordPress -
trunk/src/wp-content/themes/twentysixteen/index.php
r42343 r44496 8 8 * E.g., it puts together the home page when no home.php file exists. 9 9 * 10 * @link https:// codex.wordpress.org/Template_Hierarchy10 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 11 11 * 12 12 * @package WordPress -
trunk/src/wp-content/themes/twentyten/archive.php
r42343 r44496 6 6 * For example, puts together date-based pages if no date.php file exists. 7 7 * 8 * @link https:// codex.wordpress.org/Template_Hierarchy8 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 9 9 * 10 10 * @package WordPress -
trunk/src/wp-content/themes/twentyten/index.php
r32116 r44496 7 7 * It is used to display a page when nothing more specific matches a query. 8 8 * E.g., it puts together the home page when no home.php file exists. 9 * Learn more: https:// codex.wordpress.org/Template_Hierarchy9 * Learn more: https://developer.wordpress.org/themes/basics/template-hierarchy/ 10 10 * 11 11 * @package WordPress -
trunk/src/wp-content/themes/twentythirteen/archive.php
r43571 r44496 11 11 * and author.php for Author archives. 12 12 * 13 * @link https:// codex.wordpress.org/Template_Hierarchy13 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 14 14 * 15 15 * @package WordPress -
trunk/src/wp-content/themes/twentythirteen/author.php
r43571 r44496 3 3 * The template for displaying Author archive pages 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentythirteen/category.php
r43571 r44496 3 3 * The template for displaying Category pages 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentythirteen/image.php
r43571 r44496 3 3 * The template for displaying image attachments 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentythirteen/index.php
r43571 r44496 8 8 * For example, it puts together the home page when no home.php file exists. 9 9 * 10 * @link https:// codex.wordpress.org/Template_Hierarchy10 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 11 11 * 12 12 * @package WordPress -
trunk/src/wp-content/themes/twentythirteen/tag.php
r43571 r44496 5 5 * Used to display archive-type pages for posts in a tag. 6 6 * 7 * @link https:// codex.wordpress.org/Template_Hierarchy7 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentythirteen/taxonomy-post_format.php
r43571 r44496 7 7 * new template file for each specific one. 8 8 * 9 * @link https:// codex.wordpress.org/Template_Hierarchy9 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 10 10 * 11 11 * @package WordPress -
trunk/src/wp-content/themes/twentytwelve/archive.php
r43571 r44496 11 11 * author.php for Author archives. 12 12 * 13 * @link https:// codex.wordpress.org/Template_Hierarchy13 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 14 14 * 15 15 * @package WordPress -
trunk/src/wp-content/themes/twentytwelve/author.php
r43571 r44496 5 5 * Used to display archive-type pages for posts by an author. 6 6 * 7 * @link https:// codex.wordpress.org/Template_Hierarchy7 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentytwelve/category.php
r42343 r44496 5 5 * Used to display archive-type pages for posts in a category. 6 6 * 7 * @link https:// codex.wordpress.org/Template_Hierarchy7 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 8 8 * 9 9 * @package WordPress -
trunk/src/wp-content/themes/twentytwelve/image.php
r43571 r44496 3 3 * The template for displaying image attachments 4 4 * 5 * @link https:// codex.wordpress.org/Template_Hierarchy5 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 6 6 * 7 7 * @package WordPress -
trunk/src/wp-content/themes/twentytwelve/index.php
r43571 r44496 8 8 * For example, it puts together the home page when no home.php file exists. 9 9 * 10 * @link https:// codex.wordpress.org/Template_Hierarchy10 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 11 11 * 12 12 * @package WordPress -
trunk/src/wp-content/themes/twentytwelve/tag.php
r42343 r44496 5 5 * Used to display archive-type pages for posts in a tag. 6 6 * 7 * @link https:// codex.wordpress.org/Template_Hierarchy7 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ 8 8 * 9 9 * @package WordPress
Note: See TracChangeset
for help on using the changeset viewer.