Docs: Fix typo in [34944].
See #34218. Built from https://develop.svn.wordpress.org/trunk@34955 git-svn-id: http://core.svn.wordpress.org/trunk@34920 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dae5923c1d
commit
0b13fdf2fc
|
@ -381,7 +381,7 @@ class WP_Rewrite {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Determins whether permalinks are being used and rewrite module is not enabled.
|
* Determines whether permalinks are being used and rewrite module is not enabled.
|
||||||
*
|
*
|
||||||
* Means that permalink links are enabled and index.php is in the URL.
|
* Means that permalink links are enabled and index.php is in the URL.
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-34954';
|
$wp_version = '4.4-alpha-34955';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue