Making WordPress.org

Changeset 9314


Ignore:
Timestamp:
12/05/2019 06:48:15 AM (5 years ago)
Author:
dd32
Message:

Translate: Fix a variable typo.

See r9313.
See #2768.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/class-plugin.php

    r9313 r9314  
    375375        static $subdomains = [];
    376376        if ( ! isset( $subdomains[ $wp_locale ] ) ) {
    377             $subdomain[ $wp_locale ] = $wpdb->get_var( $wpdb->prepare( 'SELECT subdomain FROM wporg_locales WHERE locale = %s LIMIT 1', $wp_locale ) );
     377            $subdomains[ $wp_locale ] = $wpdb->get_var( $wpdb->prepare( 'SELECT subdomain FROM wporg_locales WHERE locale = %s LIMIT 1', $wp_locale ) );
    378378        }
    379379
Note: See TracChangeset for help on using the changeset viewer.