From d1ba11c7d13a3acbc93e0fe1a2006cf036d030f1 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 4 Jan 2012 19:03:33 +0000 Subject: [PATCH] Update some @since. Props dgwyer. fixes #19638 git-svn-id: http://svn.automattic.com/wordpress/trunk@19673 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/dashboard.php | 2 +- wp-includes/class-wp-editor.php | 2 +- wp-includes/functions.wp-styles.php | 2 +- wp-includes/general-template.php | 2 +- wp-includes/script-loader.php | 4 ++-- wp-includes/theme.php | 2 +- wp-includes/widgets.php | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 10e29b3f2d..9a568308e3 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1264,7 +1264,7 @@ function wp_dashboard_empty() {} /** * Displays a welcome panel to introduce users to WordPress. * - * @since 3.3 + * @since 3.3.0 */ function wp_welcome_panel() { global $wp_version; diff --git a/wp-includes/class-wp-editor.php b/wp-includes/class-wp-editor.php index fbaed627a1..f08c2c08b5 100644 --- a/wp-includes/class-wp-editor.php +++ b/wp-includes/class-wp-editor.php @@ -3,7 +3,7 @@ * Facilitates adding of the WordPress editor as used on the Write and Edit screens. * * @package WordPress - * @since 3.3 + * @since 3.3.0 * * Private, not included by default. See wp_editor() in wp-includes/general-template.php. */ diff --git a/wp-includes/functions.wp-styles.php b/wp-includes/functions.wp-styles.php index db8b583e98..52571dc760 100644 --- a/wp-includes/functions.wp-styles.php +++ b/wp-includes/functions.wp-styles.php @@ -47,7 +47,7 @@ function wp_print_styles( $handles = false ) { * added to the same stylesheet $handle, they will be printed in the order * they were added, i.e. the latter added styles can redeclare the previous. * - * @since 3.3 + * @since 3.3.0 * @see WP_Scripts::add_inline_style() */ function wp_add_inline_style( $handle, $data ) { diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index db10ed4cd9..fdbe04c18d 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -1797,7 +1797,7 @@ function wp_default_editor() { * See http://core.trac.wordpress.org/ticket/19173 for more information. * * @see wp-includes/class-wp-editor.php - * @since 3.3 + * @since 3.3.0 * * @param string $content Initial content for the editor. * @param string $editor_id HTML ID attribute value for the textarea and TinyMCE. Can only be /[a-z]+/. diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 206cbbe409..53f176a436 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -656,7 +656,7 @@ function wp_print_head_scripts() { /** * Private, for use in *_footer_scripts hooks * - * @since 3.3 + * @since 3.3.0 */ function _wp_footer_scripts() { print_late_styles(); @@ -713,7 +713,7 @@ function print_admin_styles() { /** * Prints the styles that were queued too late for the HTML head. * - * @since 3.3 + * @since 3.3.0 */ function print_late_styles() { global $wp_styles, $concatenate_scripts; diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 3f55ece980..11db6e7dfe 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -2000,7 +2000,7 @@ add_action( 'delete_attachment', '_delete_attachment_theme_mod' ); /** * Checks if a theme has been changed and runs 'after_switch_theme' hook on the next WP load * - * @since 3.3 + * @since 3.3.0 */ function check_theme_switched() { if ( false !== ( $old_theme = get_option( 'theme_switched' ) ) && !empty( $old_theme ) ) { diff --git a/wp-includes/widgets.php b/wp-includes/widgets.php index 2dfafcb5da..3972b4b1d3 100644 --- a/wp-includes/widgets.php +++ b/wp-includes/widgets.php @@ -1149,7 +1149,7 @@ function _get_widget_id_base($id) { * Handle sidebars config after theme change * * @access private - * @since 3.3 + * @since 3.3.0 */ function _wp_sidebars_changed() { global $sidebars_widgets;