Make WordPress Core

Changeset 57387


Ignore:
Timestamp:
01/30/2024 02:08:20 PM (12 months ago)
Author:
swissspidy
Message:

I18N: Add missing space after foreach keyword.

Follow-up to [57386].

See #59656.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/l10n/class-wp-translation-file.php

    r57386 r57387  
    214214         * Fall back to looking up just "Product" to support this edge case.
    215215         */
    216         foreach( $this->entries as $key => $value ) {
     216        foreach ( $this->entries as $key => $value ) {
    217217            if ( str_starts_with( $key, $text . "\0" ) ) {
    218218                $parts = explode( "\0", $value );
Note: See TracChangeset for help on using the changeset viewer.