Changeset 17604 for trunk/wp-includes/wp-db.php
- Timestamp:
- 04/05/2011 05:25:08 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
r17546 r17604 461 461 */ 462 462 var $func_call; 463 464 /**465 * Connects to the database server and selects a database466 *467 * PHP4 compatibility layer for calling the PHP5 constructor.468 *469 * @uses wpdb::__construct() Passes parameters and returns result470 * @since 0.71471 *472 * @param string $dbuser MySQL database user473 * @param string $dbpassword MySQL database password474 * @param string $dbname MySQL database name475 * @param string $dbhost MySQL database host476 */477 function wpdb( $dbuser, $dbpassword, $dbname, $dbhost ) {478 return $this->__construct( $dbuser, $dbpassword, $dbname, $dbhost );479 }480 463 481 464 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)