Correct @since values for various hooks. fixes #25766.

git-svn-id: https://develop.svn.wordpress.org/trunk@25991 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2013-10-30 03:19:16 +00:00
parent a1fe0926b3
commit bc6c0c9b0f
10 changed files with 46 additions and 37 deletions

View File

@@ -7,7 +7,7 @@ if ( defined('WP_USE_THEMES') && WP_USE_THEMES )
/**
* Fires before determining which template to load.
*
* @since 1.5.2
* @since 1.5.0
*/
do_action( 'template_redirect' );