We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa96740 commit 3987e20Copy full SHA for 3987e20
composer.json
@@ -15,7 +15,7 @@
15
},
16
"require-dev": {
17
"wp-cli/entity-command": "^1.3 || ^2",
18
- "wp-cli/wp-cli-tests": "^3.1"
+ "wp-cli/wp-cli-tests": "^4"
19
20
"config": {
21
"process-timeout": 7200,
src/Fetch_Command.php
@@ -127,7 +127,7 @@ function ( $args ) use ( $response_size_limit ) {
127
remove_all_filters( 'oembed_dataparse' ); // Save a few cycles.
128
add_filter(
129
'oembed_dataparse',
130
- function ( $return, $data, $url ) {
+ function ( $ret, $data, $url ) {
131
return $data;
132
133
PHP_INT_MAX,
0 commit comments