Changeset 6760 for trunk/src/includes/common/ajax.php
- Timestamp:
- 12/21/2017 07:14:09 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/ajax.php
r6758 r6760 33 33 global $wp; 34 34 35 $ssl = is_ssl() ? 'https' : 'http';35 $ssl = bbp_get_url_scheme(); 36 36 $url = trailingslashit( $wp->request ); 37 37 $base_url = home_url( $url, $ssl );
Note: See TracChangeset
for help on using the changeset viewer.