Make WordPress Core

Changeset 28020


Ignore:
Timestamp:
04/07/2014 10:16:37 PM (11 years ago)
Author:
DrewAPicture
Message:

More formatting for functions deprecated in 3.9.

Props kpdesign.
Fixes #27700.

File:
1 edited

Legend:

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

    r28018 r28020  
    33953395 * Determine if TinyMCE is available.
    33963396 *
    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.
    33983399 *
    33993400 * @since 2.1.0
     
    34243425
    34253426/**
    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.
    34283430 *
    34293431 * @since 0.71
    34303432 * @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
    34323435 *
    34333436 * @param string $content The text to format.
Note: See TracChangeset for help on using the changeset viewer.