Changeset 61250
- Timestamp:
- 11/16/2025 07:31:02 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r61178 r61250 141 141 * @global string $table_prefix The database table prefix. 142 142 */ 143 $GLOBALS['table_prefix'] = $table_prefix; 143 if ( ! isset( $GLOBALS['table_prefix'] ) ) { 144 $GLOBALS['table_prefix'] = $table_prefix; 145 } 144 146 145 147 // Set the database table prefix and the format specifiers for database table columns.
Note: See TracChangeset
for help on using the changeset viewer.