From 7f77d5074c8a8e01f4b071ecd927c775125ea937 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 22:00:27 +0000 Subject: [PATCH] Docs: Use a third-person singular verb for the DocBlock summary for `remove_permastruct()`, introduced in [36181]. See #35235. See #35986. Built from https://develop.svn.wordpress.org/trunk@36960 git-svn-id: http://core.svn.wordpress.org/trunk@36928 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rewrite.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.