Docs: Add missing parameter and return descriptions to the DocBlock for `WP_Rewrite::iis7_url_rewrite_rules()`.

See #32246.

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


git-svn-id: http://core.svn.wordpress.org/trunk@35905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-12-14 23:58:27 +00:00
parent af5f4a0d9c
commit 10367a4692
2 changed files with 4 additions and 2 deletions

View File

@ -1552,7 +1552,9 @@ class WP_Rewrite {
* @since 2.8.0
* @access public
*
* @return string
* @param bool $add_parent_tags Optional. Whether to add parent tags to the rewrite rule sets.
* Default false.
* @return string IIS7 URL rewrite rule sets.
*/
public function iis7_url_rewrite_rules( $add_parent_tags = false ) {
if ( ! $this->using_permalinks() )

View File

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