Changeset 33679
- Timestamp:
- 08/20/2015 10:41:07 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/wp-db.php
r33455 r33679 1062 1062 * 1063 1063 * @since 2.8.0 1064 * @deprecated 3.6.0 1064 * @deprecated 3.6.0 Use wpdb::prepare() 1065 1065 * @see wpdb::prepare 1066 1066 * @see esc_sql() … … 1136 1136 * 1137 1137 * @since 0.71 1138 * @deprecated 3.6.0 1138 * @deprecated 3.6.0 Use wpdb::prepare() 1139 1139 * @see wpdb::prepare() 1140 1140 * @see esc_sql() … … 3023 3023 * Called when WordPress is generating the table scheme. 3024 3024 * 3025 * Use `wpdb::has_cap( 'collation' )`. 3026 * 3025 3027 * @since 2.5.0 3026 * @deprecated 3.5.0 3027 * @deprecated Use wpdb::has_cap( 'collation' ) 3028 * @deprecated 3.5.0 Use wpdb::has_cap() 3028 3029 * 3029 3030 * @return bool True if collation is supported, false if version does not
Note: See TracChangeset
for help on using the changeset viewer.