Enable Pretty Permalinks for new sites during install if the server supports it.

See #6481, Props valendesigns, DrewAPicture & ericlewis

Built from https://develop.svn.wordpress.org/trunk@31089


git-svn-id: http://core.svn.wordpress.org/trunk@31070 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dion Hulse
2015-01-08 06:47:23 +00:00
parent bc4cd01190
commit a4ed093250
2 changed files with 72 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31087';
$wp_version = '4.2-alpha-31089';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.