Changeset 25769 for trunk/src/wp-content/themes/twentyfourteen/index.php
- Timestamp:
- 10/11/2013 10:01:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/index.php
r25213 r25769 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 … … 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:http://codex.wordpress.org/Template_Hierarchy9 * @link http://codex.wordpress.org/Template_Hierarchy 10 10 * 11 11 * @package WordPress 12 12 * @subpackage Twenty_Fourteen 13 * @since Twenty Fourteen 1.0 13 14 */ 14 15
Note: See TracChangeset
for help on using the changeset viewer.