mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
External Libraries: Update Moment.js to version 2.27.0.
A full list of changes in this update can be found on GitHub: https://github.com/moment/moment/compare/2.26.0...2.27.0 Props hareesh-pillai, desrosj. Previously [48075]. Fixes #50408. Built from https://develop.svn.wordpress.org/trunk@48269 git-svn-id: http://core.svn.wordpress.org/trunk@48038 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
87756494cc
commit
4329bd950b
4
wp-includes/js/dist/vendor/moment.js
vendored
4
wp-includes/js/dist/vendor/moment.js
vendored
@ -1,5 +1,5 @@
|
|||||||
//! moment.js
|
//! moment.js
|
||||||
//! version : 2.26.0
|
//! version : 2.27.0
|
||||||
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors
|
||||||
//! license : MIT
|
//! license : MIT
|
||||||
//! momentjs.com
|
//! momentjs.com
|
||||||
@ -5618,7 +5618,7 @@
|
|||||||
|
|
||||||
//! moment.js
|
//! moment.js
|
||||||
|
|
||||||
hooks.version = '2.26.0';
|
hooks.version = '2.27.0';
|
||||||
|
|
||||||
setHookCallback(createLocal);
|
setHookCallback(createLocal);
|
||||||
|
|
||||||
|
2
wp-includes/js/dist/vendor/moment.min.js
vendored
2
wp-includes/js/dist/vendor/moment.min.js
vendored
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-alpha-48268';
|
$wp_version = '5.5-alpha-48269';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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