This was fixed in 5.5.1, commit 48877:
Correct the check for reply element existence in
comment-reply.js.
document.getElementById()
returnsnull
if no matching element was found, so the previous comparison didn’t work as expected.
Related Posts:
- How to preserve PHP modifications while upgrading WordPress?
- How do I fetch all comments per post via WP REST API?
- Trying to implement Ajax comments in WordPress, getting WP error
- How does this WordPress Plugin (Thrive Comments) apply their custom comment sort? [closed]
- Customize Theme comment template to Insert VoteUp and VoteDown buttons
- Ajax load more button for comments wordpress
- Trouble figuring out how to get my button to submit comment
- WordPress Visual Editor Stripping HTML Changes
- WordPress Admin Bar pushed Sticky Footer off the bottom of the page
- Add a class to links in the visual editor (how to get old dialog back)
- How to remove hardcoded characters from playlists?
- Gutenberg Blocks doesn’t render correctly when using do_blocks
- Calling a method from functions.php on a click of a button
- Get post meta in enqueued js file
- How to use WordPress (PHP) functions in AngularJS partials files?
- How to create a custom config file and get data using inline JS in a wordpress page
- How do I create comment-reply-button using element not
- API JSON Data in WordPress
- Archive dropdown styling not applied
- using woocommerce_template_single_add_to_cart in shop-loop – javascript issues [closed]
- Automatically generate Post/Page from searched Database item?
- WordPress errors with PhP Upgrade
- How to speed up admin-ajax.php in wordpress
- JQuery not working on WordPress Admin page [closed]
- Putting PHP variables into javascript [duplicate]
- Ajax not working es expected (Returns 0)
- Use menu link or onClick to set a variable
- Status 400 for AJAX POST Request with admin-ajax.php
- Incorrect MIME type for assets with Valet
- Media Upload , file name changed automatically
- Generate sidebar depending on height of post
- How to add specific meta tags to head of cart and checkout pages in woocommerce?
- How to correctly add Javascript to this PHP ‘Page Not Found’ Page?
- Get post id within comments loop
- Error – ‘create_function is deprecated’ [closed]
- get taxonomy thumbnail and use it as a variable in code
- What are the advantages/disadvantages of using jQuery DOM manipulation as opposed to PHP DOM manipulation?
- Is it save to use eval for a jQuery callback method coming from the database?
- Get html data with javascript to php array and store to wordpress database
- trouble with page_id & highlighting current page
- Security updates to 3.3.2
- wordpress admin plugin menu custom css
- Load Posts on Click via Ajax into a DIV
- An audio player that showcase a random song from playlist every 24h [closed]
- How to Change CSS Colors from Custom Plugin Settings Page
- Passing the name of selected color from the custom component to `render_callback`
- After adding my website to a new server, I keep getting a unexpected end of file error, but the file is identitcal to it’s original source
- How to allow download url redirection only if user logged in WordPress site?
- Why i can’t get custom fields value or post ID via Ajax?
- wp_localize_script() and JavaScript namespaces
- Cannot access $wpdb, comes back NULL
- get_comments_number() returns 0
- How to reference PHP in Javascript
- get db values for external js file
- Accessing an API with jQuery and AJAX
- Ajaxurl suddenly not defined
- WordPress – Get Posts with Category data
- How to use wp_send_json() and output the value with ajax?
- How to store checkbox data for individual users?
- html form: redirect page after form completes submit function and posts data
- Creating a brand attribute as a variable
- comment_post (if comment is approved OR $comment_approved === 1) not working?
- Cannot find the php_ini configuration file to find my error log to see why my code is not working
- Add other class content with reference class value
- Gutenberg block don’t save rich text content
- Creating a POP Alert
- How do I integrate vanilla Javascript to a wordpress website?
- Hide Approved status for certain users in users list
- WordPress Slider is not working
- Comments on my custom post type
- Pulling Products from an API
- Filtering markers on google map by WordPress category[SOLVED]
- Call jQuery function from PHP?
- How to call a function from functions.php with ajax?
- Custom Post type Ajax search results
- include javascript Multiple files in wordpress through script.js
- Ajax wordpress function showing source code in alert and not value of input field?
- Real time notification on user profile after new comment
- I want url from a file in media using title file
- scroll scrpit to particular button position to next id when click button
- make an array in wordpress cusmization api?
- Retrieve $_POST data to send to javascript without using localize script
- Add a downloaded JS file to WordPress
- Querying latitude and longitude into google maps correctly
- Getting most popular posts based on Facebook comments count
- A Space being added to url generated by custom plugin
- Why this plugin is not working?
- Trying to fix multiple category drop down
- Warning: preg_replace(): Compilation failed: unknown option bit(s) set at offset -1
- Custom action on comment post
- js code not stored in database currectly
- Facebook share button only share the_permalink(), without thumbnail, tilte, excerpt, etc
- get_option(‘admin_email’) not working in wordpress when using ajax call
- How to convert my comment.html to comment.php
- Passing javascript variable to php file
- Upgrade wordpress core programmatically with PHP [closed]
- Javascript code not working – $ is not a function error
- Disable Typed Parameters for JavaScript in PhpStorm? [closed]
- Losing Session ID and sessionStorage when navigating to other domains on Multisite
- How can I use AJAX in child theme template?