From 0d7979ea9a75eba5bcc0008aac0277642a7d82ad Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 18 Nov 2010 19:21:54 +0000 Subject: [PATCH] s/flush/flush_rules/ in a comment. fixes #15474, props hakre. git-svn-id: http://svn.automattic.com/wordpress/trunk@16470 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rewrite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/rewrite.php b/wp-includes/rewrite.php index 07a344bc9..9be80de52 100644 --- a/wp-includes/rewrite.php +++ b/wp-includes/rewrite.php @@ -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