Changeset 1594 for trunk/wp-settings.php
- Timestamp:
- 09/04/2004 09:52:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r1530 r1594 27 27 $wpdb->options = $table_prefix . 'options'; 28 28 $wpdb->optiontypes = $table_prefix . 'optiontypes'; 29 $wpdb->optionvalues = $table_prefix . 'optionvalues';30 29 $wpdb->optiongroups = $table_prefix . 'optiongroups'; 31 30 $wpdb->optiongroup_options = $table_prefix . 'optiongroup_options'; … … 43 42 $tableoptions = $wpdb->options; 44 43 $tableoptiontypes = $wpdb->optiontypes; 45 $tableoptionvalues = $wpdb->optionvalues;46 44 $tableoptiongroups = $wpdb->optiongroups; 47 45 $tableoptiongroup_options = $wpdb->optiongroup_options;
Note: See TracChangeset
for help on using the changeset viewer.