Update 2.0.1 – Side-effect with menus
-
Hi !
I noticed a side effect with the last update. Some menu entries are randomly renamed “Untitled” after saving.
It caused by this bloc of code at line 204 of file class.simple.masonry.admin.php :
if (empty($post_title)) { wp_update_post([ 'ID' => $post_id, 'post_title' => 'Untitled', ]); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Update 2.0.1 – Side-effect with menus’ is closed to new replies.