Changeset 4109 for trunk/wp-admin/cat-js.php
- Timestamp:
- 08/22/2006 05:31:53 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/cat-js.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/cat-js.php
r3684 r4109 1 1 <?php 2 2 require_once('../wp-config.php'); 3 header('Content-type: text/javascript; charset=' . get_settings('blog_charset'), true);3 cache_javascript_headers(); 4 4 ?> 5 5 addLoadEvent(function(){catList=new listMan('categorychecklist');catList.ajaxRespEl='jaxcat';catList.topAdder=1;catList.alt=0;catList.showLink=0;});
Note: See TracChangeset
for help on using the changeset viewer.