Allow dfault post format selections. fixes #15882.

git-svn-id: https://develop.svn.wordpress.org/trunk@17056 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-12-19 05:36:11 +00:00
parent 7d38302ca0
commit f660585656
5 changed files with 24 additions and 4 deletions

View File

@@ -8,14 +8,14 @@
*
* @global string $wp_version
*/
$wp_version = '3.1-beta2-16997';
$wp_version = '3.1-beta2-17056';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 15477;
$wp_db_version = 17056;
/**
* Holds the TinyMCE version