Skip to:
Content

BuddyPress.org

Changeset 806


Ignore:
Timestamp:
12/23/2008 03:11:04 AM (17 years ago)
Author:
apeatling
Message:

Updated ajax handler url.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-cssjs.php

    r805 r806  
    2727function bp_core_add_ajax_js() {
    2828    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>
    3030';
    3131}
Note: See TracChangeset for help on using the changeset viewer.