Twenty Thirteen: back compat file PHPDoc updates, thanks DrewAPicture for the nudge. See #23819.
git-svn-id: http://core.svn.wordpress.org/trunk@23838 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b78b4965e2
commit
de99720c5d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue