Title: Levels Branding and Webdevelopment's Replies | WordPress.org

---

# Levels Branding and Webdevelopment

  [  ](https://wordpress.org/support/users/levelsdev/)

 *   [Profile](https://wordpress.org/support/users/levelsdev/)
 *   [Topics Started](https://wordpress.org/support/users/levelsdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/levelsdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/levelsdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/levelsdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/levelsdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/levelsdev/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Image Regenerate & Select Crop] v8.1.3 breaks WordPress admin – menu hover and metabox toggles non-functional](https://wordpress.org/support/topic/v8-1-3-breaks-wordpress-admin-menu-hover-and-metabox-toggles-non-functional/)
 *  Thread Starter [Levels Branding and Webdevelopment](https://wordpress.org/support/users/levelsdev/)
 * (@levelsdev)
 * [4 months, 2 weeks ago](https://wordpress.org/support/topic/v8-1-3-breaks-wordpress-admin-menu-hover-and-metabox-toggles-non-functional/#post-18806490)
 * Hi Iulia,
 * Apologies for the confusion in my previous message. To clarify:
    - 8.1.2 (current) = works fine ✓
    - 8.1.3 (tested) = breaks admin JS ✗ I’ve rolled back to 8.1.2 and the issue
      is resolved. Environment:
    - WordPress: 6.9
    - PHP: 8.4.17 (also tested 8.3 – same issue with 8.1.3)
    - Hosting: Raidboxes (managed WordPress) Diff between versions shows these key
      changes in 8.1.3:
 *  1. New filter added in inc/admin.php:
       \add_filter( ‘admin_footer_text’, **NAMESPACE**.‘\
       footer_text’ );
    2. show_donate_text() replaced with footer_text() function that hooks into WordPress
       admin footer globally
    3. build/style.css removed from the build folder The new admin_footer_text filter
       runs on all admin pages. Could there be an issue with how footer_text() handles
       the $screen object on certain pages? Since downgrading to 8.1.2 fixes it, this
       confirms something in the 8.1.3 changes causes the conflict. Thanks!
 * Best Regards
   Philipp

Viewing 1 replies (of 1 total)