Make WordPress Core


Ignore:
Timestamp:
02/20/2010 12:50:29 AM (15 years ago)
Author:
dd32
Message:

Remove unused references to global $wpdb

File:
1 edited

Legend:

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

    r13229 r13240  
    14431443 * Walks the array while sanitizing the contents.
    14441444 *
    1445  * @uses $wpdb Used to sanitize values
    14461445 * @since 0.71
    14471446 *
     
    14501449 */
    14511450function add_magic_quotes( $array ) {
    1452     global $wpdb;
    1453 
    14541451    foreach ( (array) $array as $k => $v ) {
    14551452        if ( is_array( $v ) ) {
Note: See TracChangeset for help on using the changeset viewer.