diff --git a/wp-admin/includes/post.php b/wp-admin/includes/post.php index d230667c68..4cfad6ed87 100644 --- a/wp-admin/includes/post.php +++ b/wp-admin/includes/post.php @@ -704,10 +704,7 @@ function wp_write_post() { * Calls wp_write_post() and handles the errors. * * @since 2.0.0 - - * @uses wp_write_post() - * @uses is_wp_error() - * @uses wp_die() + * * @return unknown */ function write_post() { diff --git a/wp-includes/version.php b/wp-includes/version.php index 4803160e2d..57ba4f1bd4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-alpha-30033'; +$wp_version = '4.1-alpha-30034'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.