Twenty Twelve: update comment blocks at top of each page template with a better explanation of use and purpose.

git-svn-id: http://core.svn.wordpress.org/trunk@22002 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2012-09-25 19:58:33 +00:00
parent 9270c32221
commit 7b7c0a5bdd
3 changed files with 11 additions and 3 deletions

View File

@ -129,7 +129,7 @@ function twentytwelve_scripts_styles() {
* Ideally, should load after main CSS file.
* See html5.js link in header.php.
*
* TODO depends on IE dependency being in core for JS enqueuing
* @todo depends on IE dependency being in core for JS enqueuing
* before we can move here properly: see http://core.trac.wordpress.org/ticket/16024
*/
}

View File

@ -2,7 +2,10 @@
/**
* Template Name: Front Page Template
*
* @todo Better documentation here.
* Description: A page template that provides a key component of WordPress as a CMS
* by meeting the need for a carefully crafted introductory page. The front page template
* in Twenty Twelve consists of a page content area for adding text, images, video --
* anything youd like -- followed by front-page-only widgets in one or two columns.
*
* @package WordPress
* @subpackage Twenty_Twelve

View File

@ -2,7 +2,12 @@
/**
* Template Name: Full-width Page Template, No Sidebar
*
* @todo Better documentation here.
* Description: Twenty Twelve loves the no-sidebar look as much as
* you do. Use this page template to remove the sidebar from any page.
*
* Tip: to remove the sidebar from all posts and pages simply remove
* any active widgets from the Main Sidebar area, and the sidebar will
* disappear everywhere.
*
* @package WordPress
* @subpackage Twenty_Twelve