Make WordPress Core


Ignore:
Timestamp:
08/05/2013 10:11:30 PM (13 years ago)
Author:
nacin
Message:

Adjust esc_sql()'s @param documentation to reflect that it allows for arrays. props scribu, fixes #22573.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r24718 r24986  
    25992599 *
    26002600 * @since 2.8.0
    2601  * @param string $data Unescaped data
    2602  * @return string Escaped data
     2601 * @param string|array $data Unescaped data
     2602 * @return string|array Escaped data
    26032603 */
    26042604function esc_sql( $data ) {
Note: See TracChangeset for help on using the changeset viewer.