• Resolved rrecurse

    (@rrecurse)


    Apparently someone forgot a space:

    PHP Fatal error: Call to undefined function php_e() in /wp-content/plugins/wp-nested-pages/app/Views/listing.php on line 27

    <?php_e('Dismiss this notice.', 'wp-nested-pages'); ?>

    should be

    <?php _e('Dismiss this notice.', 'wp-nested-pages'); ?>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP Fatal Error introduced with latest update’ is closed to new replies.