Changeset 1595 for trunk/wp-settings.php
- Timestamp:
- 09/04/2004 10:04:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r1594 r1595 26 26 $wpdb->linkcategories = $table_prefix . 'linkcategories'; 27 27 $wpdb->options = $table_prefix . 'options'; 28 $wpdb->optiontypes = $table_prefix . 'optiontypes';29 28 $wpdb->optiongroups = $table_prefix . 'optiongroups'; 30 29 $wpdb->optiongroup_options = $table_prefix . 'optiongroup_options'; … … 41 40 $tablelinkcategories = $wpdb->linkcategories; 42 41 $tableoptions = $wpdb->options; 43 $tableoptiontypes = $wpdb->optiontypes;44 42 $tableoptiongroups = $wpdb->optiongroups; 45 43 $tableoptiongroup_options = $wpdb->optiongroup_options;
Note: See TracChangeset
for help on using the changeset viewer.