From 413723f08e6c370c046871a032d3cc3a8b83184d Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 23 May 2011 23:37:16 +0000 Subject: [PATCH] Correct phpdoc for replacing/extending thewpdb class. Props johnbillion. fixes #17533 git-svn-id: https://develop.svn.wordpress.org/trunk@18011 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/wp-db.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-includes/wp-db.php b/wp-includes/wp-db.php index 4bbe9eaee9..999c0360b2 100644 --- a/wp-includes/wp-db.php +++ b/wp-includes/wp-db.php @@ -39,9 +39,8 @@ define( 'ARRAY_N', 'ARRAY_N' ); * * It is possible to replace this class with your own * by setting the $wpdb global variable in wp-content/db.php - * file with your class. You can name it wpdb also, since - * this file will not be included, if the other file is - * available. + * file to your class. The wpdb class will still be included, + * so you can extend it or simply use your own. * * @link http://codex.wordpress.org/Function_Reference/wpdb_Class *