- Timestamp:
- 06/06/2017 05:44:28 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-subroles.php
r5420 r5544 24 24 25 25 return array(); 26 } 27 28 /** 29 * Check if the current request is proxied. 30 * 31 * @return bool True if the request is proxied. 32 */ 33 function is_proxied() { 34 return defined( 'WPORG_PROXIED_REQUEST' ) && WPORG_PROXIED_REQUEST; 26 35 } 27 36
Note: See TracChangeset
for help on using the changeset viewer.