From 4b897ef9d4c75dd3c6d1315eee615ef9f1f74ab2 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Thu, 8 Oct 2015 11:11:11 +0000 Subject: [PATCH] Embeds: Update `$wp_db_version` to flush rewrite rules for [34903]. Fixes #34209. git-svn-id: https://develop.svn.wordpress.org/trunk@34937 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 7c88c6c306..f245e1fb8e 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -11,7 +11,7 @@ $wp_version = '4.4-alpha-33636-src'; * * @global int $wp_db_version */ -$wp_db_version = 34528; +$wp_db_version = 34903; /** * Holds the TinyMCE version