Changeset 806
- Timestamp:
- 12/23/2008 03:11:04 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-cssjs.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-cssjs.php
r805 r806 27 27 function bp_core_add_ajax_js() { 28 28 echo 29 '<script type="text/javascript">var ajaxurl = "' . site_url( MUPLUGINDIR . '/bp-core/bp-core-ajax-handler.php' ) . ' ;</script>29 '<script type="text/javascript">var ajaxurl = "' . site_url( MUPLUGINDIR . '/bp-core/bp-core-ajax-handler.php' ) . '";</script> 30 30 '; 31 31 }
Note: See TracChangeset
for help on using the changeset viewer.