Comment paging and sorting from Viper007Bond. see #7927

git-svn-id: https://develop.svn.wordpress.org/trunk@9296 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-23 16:08:47 +00:00
parent 88e2b9b5c3
commit 873a5b075b
9 changed files with 131 additions and 21 deletions

View File

@@ -8,13 +8,13 @@
*
* @global string $wp_version
*/
$wp_version = '2.7-almost-beta';
$wp_version = '2.7-almost-beta-9296';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 9290;
$wp_db_version = 9296;
?>