From c4449c4cb2b7ce130f63d5475ebed798d113d2bc Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 23 Feb 2010 09:08:50 +0000 Subject: [PATCH] Change inline docs to reflect [13324] git-svn-id: https://develop.svn.wordpress.org/trunk@13325 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/wp-db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index ca7d9490d8..a6eb1c92b0 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -627,7 +627,7 @@ class wpdb { * * @param string $scope Can be all, global, blog, or old tables. Default all. * All returns the blog tables for the queried blog and all global tables. - * @param bool $prefix Whether to include table prefixes. Default false. If blog + * @param bool $prefix Whether to include table prefixes. Default true. If blog * prefix is requested, then the custom users and usermeta tables will be mapped. * @param int $blog_id The blog_id to prefix. Defaults to main blog. Used only when prefix is requested. * @return array Table names. When a prefix is requested, the key is the