Docs: Add a file header to wp-includes/class-wp-rewrite.php.

See #34218.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34903 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2015-10-08 16:41:26 +00:00
parent c50acdcb4c
commit d1fd329ea2
2 changed files with 18 additions and 5 deletions

View File

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