Correct phpdoc for replacing/extending thewpdb class. Props johnbillion. fixes #17533
git-svn-id: http://svn.automattic.com/wordpress/trunk@18011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8192d0dae8
commit
e4157ae4cd
|
@ -39,9 +39,8 @@ define( 'ARRAY_N', 'ARRAY_N' );
|
||||||
*
|
*
|
||||||
* It is possible to replace this class with your own
|
* It is possible to replace this class with your own
|
||||||
* by setting the $wpdb global variable in wp-content/db.php
|
* by setting the $wpdb global variable in wp-content/db.php
|
||||||
* file with your class. You can name it wpdb also, since
|
* file to your class. The wpdb class will still be included,
|
||||||
* this file will not be included, if the other file is
|
* so you can extend it or simply use your own.
|
||||||
* available.
|
|
||||||
*
|
*
|
||||||
* @link http://codex.wordpress.org/Function_Reference/wpdb_Class
|
* @link http://codex.wordpress.org/Function_Reference/wpdb_Class
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue