Make the number of taxonomies to display per page setting actually stick. props nacin. fixes #13899

git-svn-id: https://develop.svn.wordpress.org/trunk@15263 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2010-06-15 20:07:02 +00:00
parent 5d435fd623
commit 8abb12ffc6
4 changed files with 8 additions and 11 deletions
+2 -2
View File
@@ -8,14 +8,14 @@
*
* @global string $wp_version
*/
$wp_version = '3.0-RC3-15257';
$wp_version = '3.0-RC3-15260';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 15187;
$wp_db_version = 15260;
/**
* Holds the TinyMCE version