diff --git a/wp-includes/class-wp-xmlrpc-server.php b/wp-includes/class-wp-xmlrpc-server.php index fe55439292..976d6e3b17 100644 --- a/wp-includes/class-wp-xmlrpc-server.php +++ b/wp-includes/class-wp-xmlrpc-server.php @@ -609,7 +609,7 @@ class wp_xmlrpc_server extends IXR_Server { * @access protected * * @param string|array $args Sanitize single string or array of strings. - * @param int $count Minimum number of arguments. + * @param int $count Minimum number of arguments. * @return bool if `$args` contains at least $count arguments. */ protected function minimum_args( $args, $count ) { @@ -626,9 +626,9 @@ class wp_xmlrpc_server extends IXR_Server { * * @access protected * - * @param object $taxonomy The unprepared taxonomy data - * @param array $fields The subset of taxonomy fields to return - * @return array The prepared taxonomy data + * @param object $taxonomy The unprepared taxonomy data. + * @param array $fields The subset of taxonomy fields to return. + * @return array The prepared taxonomy data. */ protected function _prepare_taxonomy( $taxonomy, $fields ) { $_taxonomy = array( diff --git a/wp-includes/version.php b/wp-includes/version.php index fcaee30f80..25d205ea8a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32561'; +$wp_version = '4.3-alpha-32562'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.