undefined constant 'sizes' bugfix
-
Hey, I just wanted to let you know that I noticed a bug in wp-retina-2x.php, line 354.
if ( !sizes || !is_array( $sizes ) )should be
if ( !$sizes || !is_array( $sizes ) )It wasn’t a big problem, but it was throwing an undefined constant error. This should solve that. Otherwise, love the plugin. Thanks for the hard work.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘undefined constant 'sizes' bugfix’ is closed to new replies.