Changeset 3570 for trunk/wp-settings.php
- Timestamp:
- 02/27/2006 04:57:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r3561 r3570 79 79 $wpdb->post2cat = $table_prefix . 'post2cat'; 80 80 $wpdb->comments = $table_prefix . 'comments'; 81 $wpdb->link2cat = $table_prefix . 'link2cat'; 81 82 $wpdb->links = $table_prefix . 'links'; 82 83 $wpdb->linkcategories = $table_prefix . 'linkcategories'; … … 99 100 $tablepost2cat = $wpdb->post2cat; 100 101 $tablecomments = $wpdb->comments; 102 $tablelink2cat = $wpdb->link2cat; 101 103 $tablelinks = $wpdb->links; 102 104 $tablelinkcategories = $wpdb->linkcategories;
Note: See TracChangeset
for help on using the changeset viewer.