From 96e163473e514c3c740db89ea625c51fc9ab8703 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 17 Nov 2019 16:14:03 +0000 Subject: [PATCH] Docs: Update broken source code link in `imgAreaSelect` jQuery plugin. Props mryoga, finchps. See #48467. Built from https://develop.svn.wordpress.org/trunk@46741 git-svn-id: http://core.svn.wordpress.org/trunk@46541 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/imgareaselect/jquery.imgareaselect.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.