Ticket #18510: 18510.2.diff
File 18510.2.diff, 924 bytes (added by , 13 years ago) |
---|
-
wp-includes/wp-db.php
445 445 * Database Username 446 446 * 447 447 * @since 2.9.0 448 * @access pr ivate448 * @access protected 449 449 * @var string 450 450 */ 451 var$dbuser;451 protected $dbuser; 452 452 453 453 /** 454 * Database Password 455 * 456 * @since 3.5.0 457 * @access protected 458 * @var string 459 */ 460 protected $dbpassword; 461 462 /** 463 * Database Name 464 * 465 * @since 3.5.0 466 * @access protected 467 * @var string 468 */ 469 protected $dbname; 470 471 /** 472 * Database Host 473 * 474 * @since 3.5.0 475 * @access protected 476 * @var string 477 */ 478 protected $dbhost; 479 480 /** 481 * Database Handle 482 * 483 * @since 3.5.0 484 * @access protected 485 * @var string 486 */ 487 protected $dbh; 488 489 /** 454 490 * A textual description of the last query/get_row/get_var call 455 491 * 456 492 * @since 3.0.0