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
This commit is contained in:
Drew Jaynes 2016-03-10 21:59:51 +00:00
parent 474c7da237
commit 662a4c1fd8
1 changed files with 1 additions and 1 deletions

View File

@ -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.