mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-08 06:34:34 +00:00
Remove unnecessary return by refs. Props wonderboymusic. fixes #21839
git-svn-id: https://develop.svn.wordpress.org/trunk@21792 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -296,7 +296,7 @@ class WP_oEmbed {
|
||||
*
|
||||
* @return WP_oEmbed object.
|
||||
*/
|
||||
function &_wp_oembed_get_object() {
|
||||
function _wp_oembed_get_object() {
|
||||
static $wp_oembed;
|
||||
|
||||
if ( is_null($wp_oembed) )
|
||||
|
||||
Reference in New Issue
Block a user