Make WordPress Core


Ignore:
Timestamp:
08/26/2021 01:49:30 PM (3 years ago)
Author:
hellofromTonya
Message:

Coding Standards: Remove redundant ignore annotation in populate_options().

Follow-up to [43627], [43628].

Props jrf, hellofromTonya.
See #53359.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/schema.php

    r51266 r51660  
    391391     * for all timezone strings supported by PHP.
    392392     */
    393     $offset_or_tz = _x( '0', 'default GMT offset or timezone string' ); // phpcs:ignore WordPress.WP.I18n.NoEmptyStrings
     393    $offset_or_tz = _x( '0', 'default GMT offset or timezone string' );
    394394    if ( is_numeric( $offset_or_tz ) ) {
    395395        $gmt_offset = $offset_or_tz;
Note: See TracChangeset for help on using the changeset viewer.