Changeset 3645
- Timestamp:
- 03/18/06 00:38:37 (3 years ago)
- Files:
-
- trunk/wp-admin/cat-js.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/cat-js.php
r3517 r3645 1 1 <?php 2 require_once(' admin.php');2 require_once('../wp-config.php'); 3 3 header('Content-type: text/javascript; charset=' . get_settings('blog_charset'), true); 4 4 ?>
