Media: Remove post_type variable, unused since [32676].

Fixes #32948.

Built from https://develop.svn.wordpress.org/trunk@33263


git-svn-id: http://core.svn.wordpress.org/trunk@33235 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Konstantin Obenland
2015-07-14 15:06:25 +00:00
parent 28ce0320e3
commit 542e01162f
2 changed files with 2 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta2-33262';
$wp_version = '4.3-beta2-33263';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.