From 7b54e813b5a0422627a3d0a92ff0eaa6a5372aaa Mon Sep 17 00:00:00 2001 From: westi Date: Tue, 22 Sep 2009 07:16:19 +0000 Subject: [PATCH] Updated phpdoc for the theme preview code. git-svn-id: http://svn.automattic.com/wordpress/trunk@11959 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/theme.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 19b04e347..a382ce8df 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -872,7 +872,7 @@ function locale_stylesheet() { * Will only preform task if the user has permissions and template and preview * query variables exist. * - * @since 2.5.0 + * @since 2.6.0 */ function preview_theme() { if ( ! (isset($_GET['template']) && isset($_GET['preview'])) ) @@ -904,6 +904,9 @@ add_action('setup_theme', 'preview_theme'); /** * Private function to modify the current template when previewing a theme + * + * @since 2.9.0 + * @access private * * @return string */ @@ -914,6 +917,9 @@ function _preview_theme_template_filter() { /** * Private function to modify the current stylesheet when previewing a theme * + * @since 2.9.0 + * @access private + * * @return string */ function _preview_theme_stylesheet_filter() { @@ -923,7 +929,7 @@ function _preview_theme_stylesheet_filter() { /** * Callback function for ob_start() to capture all links in the theme. * - * @since unknown + * @since 2.6.0 * @access private * * @param string $content @@ -938,7 +944,7 @@ function preview_theme_ob_filter( $content ) { * * Callback function for preg_replace_callback() to accept and filter matches. * - * @since unknown + * @since 2.6.0 * @access private * * @param array $matches