Changeset 8552
- Timestamp:
- 03/29/2019 05:56:21 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/utilities/class-meetup-client.php
r7881 r8552 270 270 $links = wp_remote_retrieve_header( $response, 'link' ); 271 271 if ( $links ) { 272 // Meetup.com is now returning combined link headers 273 if ( is_string( $links ) ) { 274 $links = preg_split( '!,\s+!', $links ); 275 } 272 276 foreach ( (array) $links as $link ) { 273 277 if ( false !== strpos( $link, 'rel="next"' ) && preg_match( '/^<([^>]+)>/', $link, $matches ) ) {
Note: See TracChangeset
for help on using the changeset viewer.