Media: Fix the version string of imgAreaSelect to indicate when the second set of modifications were made.

Props SergeyBiryukov, ironprogrammer.
Fixes #54308.
Built from https://develop.svn.wordpress.org/trunk@54928


git-svn-id: http://core.svn.wordpress.org/trunk@54480 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2022-12-02 20:21:11 +00:00
parent 868f939367
commit ef3a00a869
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/*
* imgAreaSelect jQuery plugin
* version 0.9.10-wp2
* version 0.9.10-wp-6.2
*
* Copyright (c) 2008-2013 Michal Wojciechowski (odyniec.net)
*

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-alpha-54927';
$wp_version = '6.2-alpha-54928';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.