Changeset 35544
- Timestamp:
- 11/05/2015 09:17:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r34943 r35544 1133 1133 $class = get_class( $this ); 1134 1134 if ( function_exists( '__' ) ) { 1135 /* translators: %s: database access abstraction class, usually wpdb or a class extending wpdb */ 1135 1136 _doing_it_wrong( $class, sprintf( __( '%s must set a database connection for use with escaping.' ), $class ), E_USER_NOTICE ); 1136 1137 } else {
Note: See TracChangeset
for help on using the changeset viewer.