mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 22:45:39 +00:00
Sitemaps: Bump $wp_db_version
to flush rewrite rules after [48072].
Props ocean90. See #50117. Built from https://develop.svn.wordpress.org/trunk@48079 git-svn-id: http://core.svn.wordpress.org/trunk@47846 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d61790f9dc
commit
fcd890e546
@ -13,14 +13,14 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-48078';
|
||||
$wp_version = '5.5-alpha-48079';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
*
|
||||
* @global int $wp_db_version
|
||||
*/
|
||||
$wp_db_version = 47597;
|
||||
$wp_db_version = 48072;
|
||||
|
||||
/**
|
||||
* Holds the TinyMCE version.
|
||||
|
Loading…
x
Reference in New Issue
Block a user