Make WordPress Core

Changeset 28021


Ignore:
Timestamp:
04/07/2014 10:23:00 PM (11 years ago)
Author:
nacin
Message:

Clean up deprecated format_to_post() docs. see #27700.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/deprecated.php

    r28020 r28021  
    34253425
    34263426/**
    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.
    34303430 *
    34313431 * @since 0.71
    34323432 * @deprecated 3.9.0
    3433  * @deprecated Original intent was to add slashes to POSTed data, use
    3434  *             $wpdb::prepare() instead
    34353433 *
    34363434 * @param string $content The text to format.
Note: See TracChangeset for help on using the changeset viewer.