Docs: Add saner formatting and make readability improvements to a variety of inline comments in WP_Rewrite and WP_Rewrite::generate_rewrite_rules().

See #34218.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2015-10-08 21:18:25 +00:00
parent 99421d1799
commit 17010f97c7
2 changed files with 142 additions and 89 deletions

View File

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