PHP typo "naer"
-
Plugin version: 5.5.2
File: classes/em-object.php:85
Code:
$array = self::clean_id_atts($array,array('naer'));
Should be:
$array = self::clean_id_atts($array,array('near'));
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP typo "naer"’ is closed to new replies.