Changeset 61243
- Timestamp:
- 11/13/2025 09:55:08 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wpdb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wpdb.php
r61191 r61243 961 961 } 962 962 963 $modes_str = $modes_array[0]; 964 965 if ( empty( $modes_str ) ) { 966 return; 967 } 968 969 $modes = explode( ',', $modes_str ); 963 $modes = explode( ',', $modes_array[0] ); 970 964 } 971 965
Note: See TracChangeset
for help on using the changeset viewer.