mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
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:
parent
566145f911
commit
f480a3a792
@ -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
|
||||
*/
|
||||
}
|
||||
|
@ -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 you’d like -- followed by front-page-only widgets in one or two columns.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Twenty_Twelve
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user