diff --git a/wp-includes/js/imgareaselect/jquery.imgareaselect.js b/wp-includes/js/imgareaselect/jquery.imgareaselect.js index a80c3626b9..2bfefd1b9a 100644 --- a/wp-includes/js/imgareaselect/jquery.imgareaselect.js +++ b/wp-includes/js/imgareaselect/jquery.imgareaselect.js @@ -7,7 +7,7 @@ * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LICENSE.txt) licenses. * - * http://odyniec.net/projects/imgareaselect/ + * https://github.com/odyniec/imgareaselect * */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 3f6dddffa3..4bb1e84f80 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46740'; +$wp_version = '5.4-alpha-46741'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.