diff --git a/wp-includes/class-wp-xmlrpc-server.php b/wp-includes/class-wp-xmlrpc-server.php index 7084a7bdfe..dab9863887 100644 --- a/wp-includes/class-wp-xmlrpc-server.php +++ b/wp-includes/class-wp-xmlrpc-server.php @@ -3888,10 +3888,10 @@ class wp_xmlrpc_server extends IXR_Server { } /** - * Retrieves a list of post formats used by the site - * - * @since 3.1.0 - * + * Retrieves a list of post formats used by the site. + * + * @since 3.1.0 + * * @param array $args { * Method arguments. Note: arguments must be ordered as documented. * @@ -3899,8 +3899,8 @@ class wp_xmlrpc_server extends IXR_Server { * @type string $username * @type string $password * } - * @return array|IXR_Error - */ + * @return array|IXR_Error List of post formats, otherwise IXR_Error object. + */ public function wp_getPostFormats( $args ) { $this->escape( $args ); diff --git a/wp-includes/version.php b/wp-includes/version.php index c5d70a6e8a..c66b803a72 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33394'; +$wp_version = '4.3-beta4-33407'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.