s/flush/flush_rules/ in a comment. fixes #15474, props hakre.
git-svn-id: https://develop.svn.wordpress.org/trunk@16470 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ccea27cbe7
commit
98362127ad
@ -205,7 +205,7 @@ define('EP_ALL', 8191);
|
||||
* The endpoints are added to the end of the request. So a request matching
|
||||
* "/2008/10/14/my_post/myep/", the endpoint will be "/myep/".
|
||||
*
|
||||
* Be sure to flush the rewrite rules (wp_rewrite->flush()) when your plugin gets
|
||||
* Be sure to flush the rewrite rules (wp_rewrite->flush_rules()) when your plugin gets
|
||||
* activated (register_activation_hook()) and deactivated (register_deactivation_hook())
|
||||
*
|
||||
* @since 2.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user