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
This commit is contained in:
parent
899edd87da
commit
7f77d5074c
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue