Go to file
Scott Taylor b76a0d791b Eliminate the use of `extract()` in `wp_insert_attachment()`.
`wp_insert_attachment()` and `wp_insert_post()` are incredibly similar, but have branched logic. I have annotated many places where they diverge.

See #22400.


git-svn-id: https://develop.svn.wordpress.org/trunk@28470 602fd350-edb4-49c9-b593-d223f7449a82
2014-05-17 16:53:44 +00:00
src Eliminate the use of `extract()` in `wp_insert_attachment()`. 2014-05-17 16:53:44 +00:00
tests Eliminate the use of `extract()` in `the_taxonomies()`. Adds unit test. 2014-05-15 05:24:54 +00:00
tools/i18n
.editorconfig
.gitignore
.jshintrc
.travis.yml
Gruntfile.js More descriptive docs for `grunt jshint:core`. 2014-04-30 21:39:43 +00:00
package.json
phpunit.xml.dist
wp-cli.yml
wp-config-sample.php
wp-tests-config-sample.php