diff options
author | Dominik Schilling (ocean90) <ocean90@git.wordpress.org> | 2016-04-21 21:20:26 +0000 |
---|---|---|
committer | Dominik Schilling (ocean90) <ocean90@git.wordpress.org> | 2016-04-21 21:20:26 +0000 |
commit | 153610292d34207316f10b4e19e44a5d59efa25a (patch) | |
tree | 13f0cf874e0f6dcdd72d6e63b4fb568d0c7b0ab3 /tests/phpunit/includes/testcase-ajax.php | |
parent | d434c58404fa8ac6ede280d78bdba0072b8608d1 (diff) | |
download | wordpress-153610292d34207316f10b4e19e44a5d59efa25a.tar.gz wordpress-153610292d34207316f10b4e19e44a5d59efa25a.zip |
Media: Remove an extra quote when sending a link of a media file to the editor.
Introduced in [37035].
Props joemcgill, swissspidy, boonebgorges.
Fixes #36578.
git-svn-id: https://develop.svn.wordpress.org/trunk@37288 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'tests/phpunit/includes/testcase-ajax.php')
-rw-r--r-- | tests/phpunit/includes/testcase-ajax.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/testcase-ajax.php b/tests/phpunit/includes/testcase-ajax.php index ea809d560e..c4466aa3a2 100644 --- a/tests/phpunit/includes/testcase-ajax.php +++ b/tests/phpunit/includes/testcase-ajax.php @@ -50,7 +50,7 @@ abstract class WP_Ajax_UnitTestCase extends WP_UnitTestCase { 'menu-locations-save', 'menu-quick-search', 'meta-box-order', 'get-permalink', 'sample-permalink', 'inline-save', 'inline-save-tax', 'find_posts', 'widgets-order', 'save-widget', 'set-post-thumbnail', 'date_format', 'time_format', 'wp-fullscreen-save-post', - 'wp-remove-post-lock', 'dismiss-wp-pointer', 'heartbeat', 'nopriv_heartbeat', 'get-revision-diffs', + 'wp-remove-post-lock', 'dismiss-wp-pointer', 'send-attachment-to-editor', 'heartbeat', 'nopriv_heartbeat', 'get-revision-diffs', 'save-user-color-scheme', 'update-widget', 'query-themes', 'parse-embed', 'set-attachment-thumbnail', 'parse-media-shortcode', 'destroy-sessions', 'install-plugin', 'update-plugin', 'press-this-save-post', 'press-this-add-category', 'crop-image', 'generate-password', |