Changeset 48980
- Timestamp:
- 09/16/2020 01:46:25 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r48591 r48980 1160 1160 */ 1161 1161 function _real_escape( $string ) { 1162 if ( ! is_scalar( $string ) && ! is_null( $string ) ) { 1163 return ''; 1164 } 1165 1162 1166 if ( $this->dbh ) { 1163 1167 if ( $this->use_mysqli ) {
Note: See TracChangeset
for help on using the changeset viewer.