Changeset 28020
- Timestamp:
- 04/07/2014 10:16:37 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r28018 r28020 3395 3395 * Determine if TinyMCE is available. 3396 3396 * 3397 * Checks to see if the user has deleted the tinymce files to slim down their WordPress install. 3397 * Checks to see if the user has deleted the tinymce files to slim down 3398 * their WordPress install. 3398 3399 * 3399 3400 * @since 2.1.0 … … 3424 3425 3425 3426 /** 3426 * Formerly used to escape strings before INSERTing into the DB. Has not performed 3427 * 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. 3428 3430 * 3429 3431 * @since 0.71 3430 3432 * @deprecated 3.9.0 3431 * @deprecated Original intent was to add slashes to POSTed data, use $wpdb::prepare() instead 3433 * @deprecated Original intent was to add slashes to POSTed data, use 3434 * $wpdb::prepare() instead 3432 3435 * 3433 3436 * @param string $content The text to format.
Note: See TracChangeset
for help on using the changeset viewer.