Ticket #17533: 17533.patch
| File 17533.patch, 643 bytes (added by , 15 years ago) |
|---|
-
wp-includes/wp-db.php
39 39 * 40 40 * It is possible to replace this class with your own 41 41 * by setting the $wpdb global variable in wp-content/db.php 42 * file with your class. You can name it wpdb also, since 43 * this file will not be included, if the other file is 44 * available. 42 * file to your class. The wpdb class will still be included, 43 * so you can extend it or simply use your own. 45 44 * 46 45 * @link http://codex.wordpress.org/Function_Reference/wpdb_Class 47 46 *