Title: Errors with WP Admin
Last modified: August 30, 2016

---

# Errors with WP Admin

 *  [sam0o7](https://wordpress.org/support/users/sam0o7/)
 * (@sam0o7)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/errors-with-wp-admin/)
 * Problems : desactivation of jQuery and some CSS in admin…
 * [https://wordpress.org/plugins/remove-query-strings/](https://wordpress.org/plugins/remove-query-strings/)

Viewing 1 replies (of 1 total)

 *  [stirrell](https://wordpress.org/support/users/stirrell/)
 * (@stirrell)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/errors-with-wp-admin/#post-6519956)
 * I am also noticing an issue with jQuery being removed from the admin area when
   the plug-in is installed. Usually in the admin I have this line in the source:
 * `<script type='text/javascript' src='http://www.domain.com/wp-admin/load-scripts.
   php?c=0&load%5B%5D=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-
   core,jquery-ui-mouse,jquery-ui-sortable,postbox&ver=4.3.1'></script>`
 * This is removed when the plug-in is enabled. Looking at the plug-in code, if 
   I return the $src in the admin area, instead of doing nothing, it seems to solve
   the problem:
 *     ```
       if ( is_admin() ) {
       	return $src;
       }
       ```
   
 * Not sure if this workaround causes any unintended consequences but it seems to
   be working properly.

Viewing 1 replies (of 1 total)

The topic ‘Errors with WP Admin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/remove-query-strings_8a8f94.svg)
 * [Remove Query Strings From Static Resources Like CSS & JS Files](https://wordpress.org/plugins/remove-query-strings/)
 * [Support Threads](https://wordpress.org/support/plugin/remove-query-strings/)
 * [Active Topics](https://wordpress.org/support/plugin/remove-query-strings/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/remove-query-strings/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/remove-query-strings/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [stirrell](https://wordpress.org/support/users/stirrell/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/errors-with-wp-admin/#post-6519956)
 * Status: not resolved