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:
parent
868f939367
commit
ef3a00a869
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* imgAreaSelect jQuery plugin
|
* imgAreaSelect jQuery plugin
|
||||||
* version 0.9.10-wp2
|
* version 0.9.10-wp-6.2
|
||||||
*
|
*
|
||||||
* Copyright (c) 2008-2013 Michal Wojciechowski (odyniec.net)
|
* Copyright (c) 2008-2013 Michal Wojciechowski (odyniec.net)
|
||||||
*
|
*
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user