Title: Bug in WP Version 4.5.1
Last modified: August 31, 2016

---

# Bug in WP Version 4.5.1

 *  [suyambulingam](https://wordpress.org/support/users/suyambulingam/)
 * (@suyambulingam)
 * [10 years ago](https://wordpress.org/support/topic/bug-in-wp-version-451/)
 * After upgrading the wordpress version to 4.5.1, the images, maps etc were not
   showing in the website. We received an error message:
 * Uncaught Error: Syntax error, unrecognized expression: a[href*=#]:not([href=#])
 * This is an issue in the wordpress version itself. The issue is because of the
   following code in Themes/js/custom.js
 * $( ‘a[href*=#]:not([href=#])’ ).click( function() {
 * The issue will be resolved, if you replace the code as follows,
 * $( ‘a[href*=”#”]:not([href=”#”])’ ).click( function() {

Viewing 1 replies (of 1 total)

 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years ago](https://wordpress.org/support/topic/bug-in-wp-version-451/#post-7328643)
 * Did you try deactivating all plugins and switching to the Twenty Fifteen theme?
   You need to read this first: [https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list](https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list)

Viewing 1 replies (of 1 total)

The topic ‘Bug in WP Version 4.5.1’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/bug-in-wp-version-451/#post-7328643)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
