Changeset 14707
- Timestamp:
- 05/17/2010 06:32:03 AM (14 years ago)
- Location:
- trunk/wp-content/themes/twentyten
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/404.php
r14692 r14707 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 -
trunk/wp-content/themes/twentyten/archive.php
r14692 r14707 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. -
trunk/wp-content/themes/twentyten/attachment.php
r14700 r14707 1 1 <?php 2 2 /** 3 * The template used to displayattachments.3 * The template for displaying attachments. 4 4 * 5 5 * @package WordPress -
trunk/wp-content/themes/twentyten/author.php
r14692 r14707 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 -
trunk/wp-content/themes/twentyten/category.php
r14692 r14707 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 -
trunk/wp-content/themes/twentyten/comments.php
r14692 r14707 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 -
trunk/wp-content/themes/twentyten/footer.php
r14692 r14707 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 -
trunk/wp-content/themes/twentyten/index.php
r14692 r14707 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 -
trunk/wp-content/themes/twentyten/loop.php
r14698 r14707 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 -
trunk/wp-content/themes/twentyten/page.php
r14692 r14707 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. -
trunk/wp-content/themes/twentyten/search.php
r14692 r14707 1 1 <?php 2 2 /** 3 * The Search Results template3 * The template for displaying Search Results pages. 4 4 * 5 5 * @package WordPress -
trunk/wp-content/themes/twentyten/sidebar-footer.php
r14692 r14707 1 1 <?php 2 2 /** 3 * The Footer widget areas 3 * The Footer widget areas. 4 4 * 5 5 * @package WordPress -
trunk/wp-content/themes/twentyten/sidebar.php
r14692 r14707 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 -
trunk/wp-content/themes/twentyten/single.php
r14698 r14707 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 -
trunk/wp-content/themes/twentyten/tag.php
r14692 r14707 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
Note: See TracChangeset
for help on using the changeset viewer.