[wp-trac] [WordPress Trac] #22400: Remove all, or at least most, uses of extract() within WordPress

WordPress Trac noreply at wordpress.org
Fri May 16 14:42:27 UTC 2014


#22400: Remove all, or at least most, uses of extract() within WordPress
-------------------------------------------------+-------------------------
 Reporter:  Viper007Bond                         |       Owner:
     Type:  enhancement                          |      Status:  new
 Priority:  normal                               |   Milestone:  4.0
Component:  General                              |     Version:  3.4.2
 Severity:  normal                               |  Resolution:
 Keywords:  westi-likes needs-testing has-patch  |     Focuses:
  needs-unit-tests                               |
-------------------------------------------------+-------------------------

Comment (by wonderboymusic):

 In [changeset:"28445"]:
 {{{
 #!CommitTicketReference repository="" revision="28445"
 Eliminate use of `extract()` in `validate_another_blog_signup()`.

 The extracted variables set/overwrite globals. `$user` does not need to be
 pulled from `validate_blog_form()` as it is not used in this function.

 See #22400.
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/22400#comment:100>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list