From 424cd58652c6a61df00b4cf45b2f5d1c58bd7153 Mon Sep 17 00:00:00 2001 From: duck_ Date: Thu, 20 Oct 2011 15:53:57 +0000 Subject: [PATCH] Correct @param text ordering to put "Optional." in description, see r19019 and #18958. Also remove empty docblock tag. git-svn-id: http://svn.automattic.com/wordpress/trunk@19030 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 2 +- wp-includes/pluggable.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index f2560c8994..0ddaa788a6 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -839,7 +839,7 @@ function wp_import_upload_form( $action ) { * @param string $id String for use in the 'id' attribute of tags. * @param string $title Title of the meta box. * @param string $callback Function that fills the box with the desired content. The function should echo its output. - * @param string|object Optional. $screen The screen on which to show the box (post, page, link). Defaults to current screen. + * @param string|object $screen Optional. The screen on which to show the box (post, page, link). Defaults to current screen. * @param string $context Optional. The context within the page where the boxes should show ('normal', 'advanced'). * @param string $priority Optional. The priority within the context where the boxes should show ('high', 'low'). */ diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 3eb2abadf5..df20cf6345 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -192,7 +192,6 @@ if ( !function_exists( 'wp_mail' ) ) : * @uses do_action_ref_array() Calls 'phpmailer_init' hook on the reference to * phpmailer object. * @uses PHPMailer - * @ * * @param string|array $to Array or comma-separated list of email addresses to send message. * @param string $subject Email subject