From bbcb0b99f84ebeabda19965be69bae4606077e1b Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Wed, 8 Apr 2009 18:40:36 +0000 Subject: [PATCH] More phpdoc updates. git-svn-id: https://develop.svn.wordpress.org/trunk@10893 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/template.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index a0df2b08ad..c2d60441cd 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -369,7 +369,7 @@ function link_cat_row( $category, $name_override = false ) { * * Compares the first two arguments and if identical marks as checked * - * @since unknown + * @since 2.8 * * @param any $checked One of the values to compare * @param any $current (true) The other value to compare if not just true @@ -384,9 +384,9 @@ function checked( $checked, $current = true, $echo = true) { * * Compares the first two arguments and if identical marks as selected * - * @since unknown + * @since 2.8 * - * @param any $checked One of the values to compare + * @param any selected One of the values to compare * @param any $current (true) The other value to compare if not just true * @param bool $echo Whether or not to echo or just return the string */ @@ -399,10 +399,10 @@ function selected( $selected, $current = true, $echo = true) { * * Compares the first two arguments and if identical marks as $type * - * @since unknown + * @since 2.8 * @access private * - * @param any $checked One of the values to compare + * @param any $helper One of the values to compare * @param any $current (true) The other value to compare if not just true * @param bool $echo Whether or not to echo or just return the string * @param string $type The type of checked|selected we are doing.