diff options
Diffstat (limited to 'src/wp-includes/class-wp-oembed.php')
-rw-r--r-- | src/wp-includes/class-wp-oembed.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-includes/class-wp-oembed.php b/src/wp-includes/class-wp-oembed.php index 1e8871fd70..4226e8163e 100644 --- a/src/wp-includes/class-wp-oembed.php +++ b/src/wp-includes/class-wp-oembed.php @@ -220,7 +220,7 @@ class WP_oEmbed { * * @param string $name Method to call. * @param array $arguments Arguments to pass when calling. - * @return mixed|bool Return value of the callback, false otherwise. + * @return mixed|false Return value of the callback, false otherwise. */ public function __call( $name, $arguments ) { if ( in_array( $name, $this->compat_methods, true ) ) { |