From 94756368e6280e8ede1caaeb565dea345195e434 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 29 Jan 2009 22:11:27 +0000 Subject: [PATCH] Update rewrite phpdoc. Props filosofo. fixes #8998 git-svn-id: http://svn.automattic.com/wordpress/trunk@10464 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rewrite.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rewrite.php b/wp-includes/rewrite.php index 116c7f933..04e94971e 100644 --- a/wp-includes/rewrite.php +++ b/wp-includes/rewrite.php @@ -1792,8 +1792,8 @@ class WP_Rewrite { /** * Sets up the object's properties. * - * The 'use_verbose_page_rules' object property will be turned on, if the - * permalink structure includes the following: '%postname%', '%category%', + * The 'use_verbose_page_rules' object property will be set to true if the + * permalink structure begins with one of the following: '%postname%', '%category%', * '%tag%', or '%author%'. * * @since 1.5.0