Changeset 946 for trunk/wp-settings.php
- Timestamp:
- 02/26/2004 09:42:47 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r945 r946 24 24 $tableoptiongroups = $table_prefix . 'optiongroups'; 25 25 $tableoptiongroup_options = $table_prefix . 'optiongroup_options'; 26 $tablepostmeta = $table_prefix . 'postmeta'; 26 27 define('WPINC', 'wp-includes'); 27 28 require_once (ABSPATH . WPINC . '/wp-db.php');
Note: See TracChangeset
for help on using the changeset viewer.