Twenty Thirteen: back compat file PHPDoc updates, thanks DrewAPicture for the nudge. See #23819.

git-svn-id: https://develop.svn.wordpress.org/trunk@23838 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-03-28 06:53:45 +00:00
parent d8b58a167d
commit 3579782a0e

View File

@ -1,9 +1,10 @@
<?php
/**
* Prevents Twenty Thirteen from running on WordPress versions prior to 3.6.
* Twenty Thirteen back compat functionality.
*
* Twenty Thirteen is not meant to be backwards compatible, since it relies on
* a lot of new functions and markup changes that were introduced in 3.6.
* Prevents Twenty Thirteen from running on WordPress versions prior to 3.6,
* since this theme is not meant to be backwards compatible and relies on
* many new functions and markup changes introduced in 3.6.
*
* @package WordPress
* @subpackage Twenty_Thirteen