Ticket #6646: 6646.3.patch
File 6646.3.patch, 1.1 KB (added by , 2 years ago) |
---|
-
sites/trunk/api.wordpress.org/public_html/core/credits/wp-credits.php
259 259 } 260 260 261 261 $next = false; 262 foreach ( self::$cycle_dates as $ branch => $date ) {262 foreach ( self::$cycle_dates as $date ) { 263 263 if ( $next ) 264 264 return $date; 265 265 if ( self::$cycle_dates[ $this->branch ] == $date ) -
sites/trunk/api.wordpress.org/public_html/patterns/1.0/index.php
17 17 * @param string $buffer 18 18 */ 19 19 function flush_handler( $buffer ) { 20 $old_headers = headers_list();21 20 22 21 // Remove CORS header added by REST API. 23 22 header_remove( 'access-control-allow-headers' );