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

git-svn-id: http://svn.automattic.com/wordpress/trunk@15263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith
2010-06-15 20:07:02 +00:00
parent 95746a960a
commit e3d5fb602b
4 changed files with 8 additions and 11 deletions

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