Changeset 18011
- Timestamp:
- 05/23/2011 11:37:16 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/wp-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r17604 r18011 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
Note: See TracChangeset
for help on using the changeset viewer.