pretty permalinks for comment paging. Props Viper007Bind. fixes #7942

git-svn-id: https://develop.svn.wordpress.org/trunk@9300 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-10-23 18:55:22 +00:00
parent 2b064834f0
commit 1378f82ebc
4 changed files with 28 additions and 8 deletions
+2 -2
View File
@@ -8,13 +8,13 @@
*
* @global string $wp_version
*/
$wp_version = '2.7-almost-beta-9296';
$wp_version = '2.7-almost-beta-9300';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
*
* @global int $wp_db_version
*/
$wp_db_version = 9296;
$wp_db_version = 9300;
?>