Changeset 11153 for sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/meetup/class-meetup-client.php
- Timestamp:
- 07/27/2021 06:44:12 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/official-wordpress-events/meetup/class-meetup-client.php
r9958 r11153 33 33 * @var bool If true, the client will fetch fewer results, for faster debugging. 34 34 */ 35 protected $debug = false;35 protected $debug; 36 36 37 37 /** … … 165 165 } 166 166 167 if ( $this->debug ) { 167 if ( $request_url && $this->debug ) { 168 if ( 'cli' === php_sapi_name() ) { 169 echo "\nDebug mode: Skipping future paginated requests to $request_url"; 170 } 171 168 172 break; 169 173 }
Note: See TracChangeset
for help on using the changeset viewer.