Changeset 3862 for trunk/wp-admin/index.php
- Timestamp:
- 06/11/2006 06:43:54 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/index.php
r3773 r3862 3 3 $title = __('Dashboard'); 4 4 require_once('admin-header.php'); 5 require_once (ABSPATH . WPINC . '/rss -functions.php');5 require_once (ABSPATH . WPINC . '/rss.php'); 6 6 7 7 $today = current_time('mysql', 1);
Note: See TracChangeset
for help on using the changeset viewer.