Changeset 28021
- Timestamp:
- 04/07/2014 10:23:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r28020 r28021 3425 3425 3426 3426 /** 3427 * Formerly used to escape strings before INSERTing into the DB.3428 * 3429 * Has not performed this function for many, many years. 3427 * Formerly used to escape strings before inserting into the DB. 3428 * 3429 * Has not performed this function for many, many years. Use wpdb::prepare() instead. 3430 3430 * 3431 3431 * @since 0.71 3432 3432 * @deprecated 3.9.0 3433 * @deprecated Original intent was to add slashes to POSTed data, use3434 * $wpdb::prepare() instead3435 3433 * 3436 3434 * @param string $content The text to format.
Note: See TracChangeset
for help on using the changeset viewer.