Changeset 1818 for trunk/wp-admin/options-reading.php
- Timestamp:
- 10/19/2004 03:03:06 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-reading.php
r1810 r1818 1 1 <?php 2 require_once(' ../wp-includes/wp-l10n.php');2 require_once('admin.php'); 3 3 4 4 $title = __('Reading Options'); 5 include('options-head.php'); 5 $parent_file = 'options-general.php'; 6 7 include('admin-header.php'); 6 8 ?> 7 9
Note: See TracChangeset
for help on using the changeset viewer.