From 662a4c1fd8b12e09d83409b4afccf94133364c04 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 21:59:51 +0000 Subject: [PATCH] Docs: Use a third-person singular verb for the DocBlock summary for `remove_permastruct()`, introduced in [36181]. See #35235. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36960 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/rewrite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rewrite.php b/src/wp-includes/rewrite.php index 329e0ac91f..8be50f721b 100644 --- a/src/wp-includes/rewrite.php +++ b/src/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.