diff --git a/wp-includes/rewrite.php b/wp-includes/rewrite.php index 329e0ac91f..8be50f721b 100644 --- a/wp-includes/rewrite.php +++ b/wp-includes/rewrite.php @@ -212,7 +212,7 @@ function add_permastruct( $name, $struct, $args = array() ) { } /** - * Remove permalink structure. + * Removes a permalink structure. * * Can only be used to remove permastructs that were added using add_permastruct(). * Built-in permastructs cannot be removed. diff --git a/wp-includes/version.php b/wp-includes/version.php index 1549239825..52385d6ffa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta3-36959'; +$wp_version = '4.5-beta3-36960'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.