Remove a now-unnecessary inline `@see` tag from the description for `add_rewrite_endpoint()`.
See #32246. Built from https://develop.svn.wordpress.org/trunk@33235 git-svn-id: http://core.svn.wordpress.org/trunk@33207 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9e94263af1
commit
47b1aca89d
|
@ -246,7 +246,7 @@ define( 'EP_ALL', EP_PERMALINK | EP_ATTACHMENT | EP_ROOT | EP_COMMENTS | EP_SEAR
|
|||
* combination of them using the bitwise OR operator) as their values are not
|
||||
* guaranteed to remain static (especially `EP_ALL`).
|
||||
*
|
||||
* Be sure to flush the rewrite rules - {@see flush_rewrite_rules()} - when your plugin gets
|
||||
* Be sure to flush the rewrite rules - see flush_rewrite_rules() - when your plugin gets
|
||||
* activated and deactivated.
|
||||
*
|
||||
* @since 2.1.0
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33234';
|
||||
$wp_version = '4.3-beta2-33235';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue