From 913d1f64e9ed244acefee343f4f05ebbad6b5f2c Mon Sep 17 00:00:00 2001 From: atimmer Date: Thu, 3 May 2018 14:40:24 +0000 Subject: [PATCH] Docs: Improve JSDoc for `media/controllers/gallery-edit.js`. Props Xyfi, nataliashitova, igorsch, ireneyoast, manuelaugustin. Fixes #43866. Built from https://develop.svn.wordpress.org/trunk@43141 git-svn-id: http://core.svn.wordpress.org/trunk@42970 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 66a8aefd68..3b6b1768d6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43139'; +$wp_version = '5.0-alpha-43141'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.