Changeset 59754 for trunk/src/wp-includes/class-wpdb.php
- Timestamp:
- 02/03/2025 07:50:50 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wpdb.php
r59159 r59754 750 750 * @param string $dbhost Database host. 751 751 */ 752 public function __construct( $dbuser, $dbpassword, $dbname, $dbhost ) { 752 public function __construct( 753 $dbuser, 754 #[\SensitiveParameter] 755 $dbpassword, 756 $dbname, 757 $dbhost 758 ) { 753 759 if ( WP_DEBUG && WP_DEBUG_DISPLAY ) { 754 760 $this->show_errors();
Note: See TracChangeset
for help on using the changeset viewer.