From 087289b6a48d17124149636b92d04b765dad2d22 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 4 Dec 2013 20:03:09 +0000 Subject: [PATCH] Hook docs pinking shears. Built from https://develop.svn.wordpress.org/trunk@26631 git-svn-id: http://core.svn.wordpress.org/trunk@26521 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/theme.php | 6 +++--- wp-admin/network/settings.php | 4 ++-- wp-admin/network/site-settings.php | 6 +++--- wp-includes/formatting.php | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index 90a9e53d36..120e2e7c95 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -301,9 +301,9 @@ function themes_api( $action, $args = null ) { * Filter arguments used to query for installer pages from the WordPress.org Themes API. * * Important: An object MUST be returned to this filter. - * + * * @since 2.8.0 - * + * * @param object $args Arguments used to query for installer pages from the WordPress.org Themes API. * @param string $action Requested action. Likely values are 'theme_information', * 'feature_list', or 'query_themes'. @@ -315,7 +315,7 @@ function themes_api( $action, $args = null ) { * * Returning a value of true to this filter allows a theme to completely * override the built-in WordPress.org API. - * + * * @since 2.8.0 * * @param bool $bool Whether to override the WordPress.org Themes API. Default false. diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index 8b1f4b2119..a129a9393c 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -67,7 +67,7 @@ if ( $_POST ) { /** * Fires after the network options are updated. - * + * * @since MU */ do_action( 'update_wpmu_options' ); @@ -312,7 +312,7 @@ if ( isset( $_GET['updated'] ) ) { * screen in their individual sites' dashboards. * * @since MU - * + * * @param array $admin_menus The menu items available. */ $menu_items = apply_filters( 'mu_menu_items', array( 'plugins' => __( 'Plugins' ) ) ); diff --git a/wp-admin/network/site-settings.php b/wp-admin/network/site-settings.php index 2a411d6a65..5e1ffdd9e5 100644 --- a/wp-admin/network/site-settings.php +++ b/wp-admin/network/site-settings.php @@ -60,7 +60,7 @@ if ( isset($_REQUEST['action']) && 'update-site' == $_REQUEST['action'] && is_ar /** * Fires after the site options are updated. - * + * * @since 3.0.0 */ do_action( 'wpmu_update_blog_options' ); @@ -150,9 +150,9 @@ if ( ! empty( $messages ) ) { } // End foreach /** * Fires at the end of the Edit Site form, before the submit button. - * + * * @since 3.0.0 - * + * * @param int $id Site ID. */ do_action( 'wpmueditblogaction', $id ); diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 796a3c8504..3a3007701d 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -3042,7 +3042,7 @@ function tag_escape($tag_name) { * Filter a string cleaned and escaped for output as an HTML tag. * * @since 2.8.0 - * + * * @param string $safe_tag The tag name after it has been escaped. * @param string $tag_name The text before it was escaped. */