Make WordPress Core


Ignore:
Timestamp:
10/14/2020 06:20:40 PM (5 years ago)
Author:
iandunn
Message:

Community Events: Apply coding standards.

The previous commits intentionally didn't include these, because it would have added an unreasonable amount of diff noise.

See #51130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r49146 r49147  
    17551755        'communityEventsData',
    17561756        array(
    1757             'nonce' => wp_create_nonce( 'community_events' ),
    1758             'cache' => $events_client->get_cached_events(),
     1757            'nonce'       => wp_create_nonce( 'community_events' ),
     1758            'cache'       => $events_client->get_cached_events(),
    17591759            'time_format' => get_option( 'time_format' ),
    17601760
    1761             'l10n'  => array(
     1761            'l10n'        => array(
    17621762                'enter_closest_city'              => __( 'Enter your closest city to find nearby events.' ),
    17631763                'error_occurred_please_try_again' => __( 'An error occurred. Please try again.' ),
Note: See TracChangeset for help on using the changeset viewer.