Make WordPress Core

Changeset 35544


Ignore:
Timestamp:
11/05/2015 09:17:11 PM (9 years ago)
Author:
SergeyBiryukov
Message:

I18N: Add a translator comment for the string introduced in [24758] and made translatable in [29840].

Props swissspidy.
See #34249.

File:
1 edited

Legend:

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

    r34943 r35544  
    11331133        $class = get_class( $this );
    11341134        if ( function_exists( '__' ) ) {
     1135            /* translators: %s: database access abstraction class, usually wpdb or a class extending wpdb */
    11351136            _doing_it_wrong( $class, sprintf( __( '%s must set a database connection for use with escaping.' ), $class ), E_USER_NOTICE );
    11361137        } else {
Note: See TracChangeset for help on using the changeset viewer.