After updating to 5.5.2, noticed a change to this file has caused the Profile Edit tabs to stop working.
/simple-press/forum/content/sp-profile-view-functions.php
Line 88: add_action(‘wp_footer’, ‘sp_ProfileEditFooter’, 20);
Removal of the priority (20), is now causing sp_ProfileEditFooter() to get called before jQuery is loaded.
jQuery is being loaded at the bottom of the page, using the correct wp_register_script() call.
There are several other instances where scripts half-way down a page are error’ing because jQuery is not available yet / being loaded via wp_footer().
Is this the best place to log bugs? This login didn’t seem to work on the bug tracker.
cheers.