Ticket #12695: 2010-docs.diff
File 2010-docs.diff, 7.1 KB (added by , 15 years ago) |
---|
-
wp-content/themes/twentyten/404.php
1 1 <?php 2 2 /** 3 * The template for displaying 404 pages (Not Found) 3 * The template for displaying 404 pages (Not Found). 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Ten -
wp-content/themes/twentyten/archive.php
1 1 <?php 2 2 /** 3 * Generic template forArchive pages.3 * The template for displaying Archive pages. 4 4 * 5 5 * Used to display archive-type pages if nothing more specific matches a query. 6 6 * For example, puts together date-based pages if no date.php file exists. -
wp-content/themes/twentyten/attachment.php
1 1 <?php 2 2 /** 3 * The template used to displayattachments.3 * The template for displaying attachments. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Ten -
wp-content/themes/twentyten/author.php
1 1 <?php 2 2 /** 3 * The template used to display Author Archive pages3 * The template for displaying Author Archive pages. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Ten -
wp-content/themes/twentyten/author.php
1 1 <?php 2 2 /** 3 * The template used to display Author Archive pages3 * The template for displaying Author Archive pages. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Ten -
wp-content/themes/twentyten/category.php
1 1 <?php 2 2 /** 3 * The template used to display Category Archive pages3 * The template for displaying Category Archive pages. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Ten -
wp-content/themes/twentyten/comments.php
1 1 <?php 2 2 /** 3 * The template used to display Comments3 * The template for displaying Comments. 4 4 * 5 5 * The area of the page that contains both current comments 6 6 * and the comment form. The actual display of comments is 7 7 * handled by a callback to twentyten_comment which is 8 * located in the functions.php file 8 * located in the functions.php file. 9 9 * 10 10 * @package WordPress 11 11 * @subpackage Twenty_Ten -
wp-content/themes/twentyten/footer.php
1 1 <?php 2 2 /** 3 * The template used to display the footer3 * The template for displaying the footer. 4 4 * 5 5 * Contains the closing of the id=main div and all content 6 * after. Calls sidebar-footer.php for bottom widgets 6 * after. Calls sidebar-footer.php for bottom widgets. 7 7 * 8 8 * @package WordPress 9 9 * @subpackage Twenty_Ten -
wp-content/themes/twentyten/index.php
1 1 <?php 2 2 /** 3 * The main template file 3 * The main template file. 4 4 * 5 5 * This is the most generic template file in a WordPress theme 6 6 * and one of the two required files for a theme (the other being style.css). -
wp-content/themes/twentyten/loop.php
1 1 <?php 2 2 /** 3 * The loop that displays posts 3 * The loop that displays posts. 4 4 * 5 5 * The loop displays the posts and the post content. See 6 6 * http://codex.wordpress.org/The_Loop to understand it and -
wp-content/themes/twentyten/page.php
1 1 <?php 2 2 /** 3 * The template used to display all pages3 * The template for displaying all 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 -
wp-content/themes/twentyten/search.php
1 1 <?php 2 2 /** 3 * The Search Results template3 * The template for displaying Search Results pages. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Ten -
wp-content/themes/twentyten/sidebar-footer.php
1 1 <?php 2 2 /** 3 * The Footer widget areas 3 * The Footer widget areas. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Ten -
wp-content/themes/twentyten/sidebar.php
1 1 <?php 2 2 /** 3 * The Sidebar containing the primary and secondary widget areas 3 * The Sidebar containing the primary and secondary widget areas. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Ten -
wp-content/themes/twentyten/single.php
1 1 <?php 2 2 /** 3 * The Template used to display all single posts3 * The Template for displaying all single posts. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Ten -
wp-content/themes/twentyten/tag.php
1 1 <?php 2 2 /** 3 * The template used to display Tag Archive pages3 * The template for displaying Tag Archive pages. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage Twenty_Ten