Changeset 5037 for trunk/includes/common/ajax.php
- Timestamp:
- 07/17/2013 07:35:03 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/ajax.php
r4951 r5037 22 22 */ 23 23 function bbp_ajax_url() { 24 echo bbp_get_ajax_url();24 echo esc_url( bbp_get_ajax_url() ); 25 25 } 26 26 /**
Note: See TracChangeset
for help on using the changeset viewer.