Changeset 5951 for trunk/src/includes/common/ajax.php
- Timestamp:
- 10/28/2015 04:07:50 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/ajax.php
r5829 r5951 17 17 * Output the URL to use for theme-side bbPress AJAX requests 18 18 * 19 * @since bbPress (r4543)19 * @since 2.3.0 bbPress (r4543) 20 20 * 21 21 * @uses bbp_get_ajax_url() To get the URL to use for AJAX requests … … 27 27 * Return the URL to use for theme-side bbPress AJAX requests 28 28 * 29 * @since bbPress (r4543)29 * @since 2.3.0 bbPress (r4543) 30 30 * 31 31 * @global WP $wp … … 44 44 * Is this a bbPress AJAX request? 45 45 * 46 * @since bbPress (r4543)46 * @since 2.3.0 bbPress (r4543) 47 47 * 48 48 * @return bool Looking for bbp-ajax … … 56 56 * theme-side ajax handler. 57 57 * 58 * @since bbPress (r4543)58 * @since 2.3.0 bbPress (r4543) 59 59 * 60 60 * @return If not a bbPress ajax request … … 86 86 * Helper method to return JSON response for the ajax calls 87 87 * 88 * @since bbPress (r4542)88 * @since 2.3.0 bbPress (r4542) 89 89 * 90 90 * @param bool $success
Note: See TracChangeset
for help on using the changeset viewer.