From 8eee18ec0e53d064a7ad89be8e903d1f599bf992 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 3 Nov 2014 05:21:22 +0000 Subject: [PATCH] Fill in types for the `@param`s for `wp_comment_reply()`. See #30224. Built from https://develop.svn.wordpress.org/trunk@30190 git-svn-id: http://core.svn.wordpress.org/trunk@30190 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 7 ++++--- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 201d1df54b..fa20ceea33 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -396,9 +396,10 @@ function get_inline_data($post) { * * @since 2.7.0 * - * @param unknown_type $position - * @param unknown_type $checkbox - * @param unknown_type $mode + * @param string|int $position + * @param bool $checkbox + * @param string $mode + * @param bool $table_row */ function wp_comment_reply($position = '1', $checkbox = false, $mode = 'single', $table_row = true) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 043fbcf854..94ae37805b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30189'; +$wp_version = '4.1-alpha-30190'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.