Changeset 32049 for trunk/src/wp-includes/wp-db.php
- Timestamp:
- 04/05/2015 05:14:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r31947 r32049 1988 1988 /** 1989 1989 * Adds field charsets to field/value/format arrays generated by 1990 * the {@see wpdb::process_field_formats()}method.1990 * the wpdb::process_field_formats() method. 1991 1991 * 1992 1992 * @since 4.2.0 1993 1993 * @access protected 1994 1994 * 1995 * @param array $data As it comes from the {@see wpdb::process_field_formats()}method.1995 * @param array $data As it comes from the wpdb::process_field_formats() method. 1996 1996 * @param string $table Table name. 1997 1997 * @return The same array as $data with additional 'charset' keys.
Note: See TracChangeset
for help on using the changeset viewer.