Making WordPress.org


Ignore:
Timestamp:
11/21/2022 10:43:20 PM (3 years ago)
Author:
iandunn
Message:

Events: Shorten SotW promo to target the most relevant dates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/api.wordpress.org/public_html/events/1.0/index.php

    r12256 r12258  
    15881588function pin_one_off_events( $events, $current_time ) {
    15891589
    1590     if ( $current_time < strtotime( 'December 18, 2022' ) ) {
     1590    if ( $current_time > strtotime( 'December 13, 2022' ) && $current_time < strtotime( 'December 18, 2022' ) ) {
    15911591        $utc_offset = -5 * HOUR_IN_SECONDS;
    15921592
Note: See TracChangeset for help on using the changeset viewer.