Make WordPress Core


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

Even deprecated functions can use a little PHPDoc formatting, time to time.

See #27700.

File:
1 edited

Legend:

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

    r27515 r28018  
    34243424
    34253425/**
    3426  * Formerly used to escape strings before INSERTing into the DB. Hasn't performed this function for many, many years.
     3426 * Formerly used to escape strings before INSERTing into the DB. Has not performed
     3427 * this function for many, many years.
    34273428 *
    34283429 * @since 0.71
Note: See TracChangeset for help on using the changeset viewer.