Small mistake in code
-
Hello!
Thanks for great plugin.I found a small mistake in code
file:”core-functions.php”apply_filters('usp_image_args', $args = array( 'post_type' => 'attachment', 'post_parent' => get_the_ID(), 'numberposts' => -1, ) );
It should be
$args = `apply_filters(‘usp_image_args’, $args = array(
‘post_type’ => ‘attachment’,
‘post_parent’ => get_the_ID(),
‘numberposts’ => -1,
)
);`
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Small mistake in code’ is closed to new replies.