Make WordPress Core


Ignore:
Timestamp:
05/15/2014 02:54:27 AM (12 years ago)
Author:
wonderboymusic
Message:

(REALLY) Eliminate use of extract() in wp_insert_link().

See #22400.

File:
1 edited

Legend:

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

    r28406 r28408  
    149149        $args = wp_parse_args( $linkdata, $defaults );
    150150        $r = sanitize_bookmark( $args, 'db' );
    151 
    152         extract( wp_unslash( $linkdata ), EXTR_SKIP );
    153151
    154152        $update = false;
Note: See TracChangeset for help on using the changeset viewer.