Changeset 375 for trunk/bp-core/bp-core-cssjs.php
- Timestamp:
- 10/09/2008 04:37:49 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-cssjs.php
r373 r375 25 25 */ 26 26 function bp_core_add_ajax_js() { 27 echo '<script type="text/javascript">var ajaxurl = "' . site_url() . '/wp- admin/admin-ajax.php";</script>';27 echo '<script type="text/javascript">var ajaxurl = "' . site_url() . '/wp-content/mu-plugins/bp-core/bp-core-ajax-handler.php";</script>'; 28 28 } 29 29 add_action( 'wp_head', 'bp_core_add_ajax_js' );
Note: See TracChangeset
for help on using the changeset viewer.