Commits
User selector
Commit History
Commits on Nov 9, 2021
Bootstrap/Load: Add `HTTP/3` as a valid HTTP protocol.
Show description for d4447c0committed
Commits on Feb 17, 2021
Comments: Revert the introduction of the opt-in comment approval notification feature.
Show description for 910c2dbcommitted
Commits on Jan 31, 2021
Comments: Introduce a method for commenters to opt-in to receiving an email notification when their moderated comment gets approved.
Show description for e978de5committed
Commits on Oct 8, 2020
General: Replace older-style PHP type conversion functions with type casts.
Show description for 7970308committed
Commits on Jul 23, 2020
Docs: Various formatting improvements to inline docblocks.
Show description for 5e35ad2committed
Commits on Jun 2, 2020
Comments: Ensure that unmoderated comments won't be search indexed.
Show description for d232910committed
Commits on Feb 6, 2020
Code Modernization: Replace `dirname( __FILE__ )` calls with `__DIR__` magic constant.
Show description for e72fff9committed
Commits on Jan 2, 2020
Coding Standards: Use strict comparison in `wp-comments-post.php`.
Show description for f4346b9committed
Commits on Jan 21, 2019
Comments: Show the "awaiting moderation" message when comment cookies are disabled.
Show description for 9dfde99committed
Commits on Aug 17, 2018
Coding Standards: Upgrade WPCS to 1.0.0
Show description for a75d153committed
Commits on Apr 30, 2018
Comments: Update the inline docs following [42772].
Show description for 37916c2committed
Commits on Mar 4, 2018
Add a checkbox to the comment form so logged out users can opt-out of commenter cookies.
Show description for 65d8fe5committed
Commits on Nov 30, 2017
Code is Poetry.
Show description for 8f95800committed
Commits on Aug 29, 2016
Comments: Add support for all HTTP protocol versions when returning a 405 from `wp-comments-post.php`.
Show description for 6b23bbbcommitted
Commits on May 23, 2016
Docs: Standardize filter docs in root folder files to use third-person singular verbs per the inline documentation standards for PHP.
Show description for a1ee08acommitted
Commits on Jan 30, 2016
Comments: Add a back link to `wp_die()` comment form submission error display.
Show description for d95233ccommitted
Commits on Oct 3, 2015
Abstract functionality from `wp-comments-post.php` into a function, `wp_handle_comment_submission()`.
Show description for fb6b331committed
Commits on Sep 29, 2015
Commits on Sep 17, 2015
Commits on Sep 11, 2015
After [33961], pass `$comment` to `get_comment_link()` where possible to avoid extra cache/db lookups.
Show description for 5cce4a3committed
Commits on Sep 3, 2015
Commits on Jan 8, 2015
The keyword `elseif` should be used instead of `else if` so that all control keywords look like single words.
Show description for 6fd1162committed
Commits on Nov 26, 2014
Comments: Use proper HTTP response codes for validation errors.
Show description for fb8588fcommitted
Commits on Jun 5, 2014
wp_insert_comment() and wp_new_comment() should check if the comment was successfully inserted into the database.
Show description for c556e74committed
Commits on Feb 18, 2014
Correct @since value. see #26869.
Show description for 47510a2committed
Commits on Feb 9, 2014
Fixes for inline documentation for hooks in wp-comments-post.php.
Show description for 1fcb603committed
Commits on Sep 6, 2013
Short descriptions for inline docs should end with a period, per the vast majority of core. see #25229.
Show description for 37d92f4committed
Commits on Sep 5, 2013
Fixes for hook inline docs in wp-comments-post.php. see #25229.
Show description for 48a9274committedInline documentation for hooks in wp-comments-post.php.
Show description for 7a5e1a5committed
Commits on Aug 27, 2013
Initialize kses filters if _wp_unfiltered_html_comment nonce isn't set.
Show description for 8d72fd3committed
Commits on Aug 26, 2013
Avoid an undefined index notice when submitting a comment with JavaScript disabled. fixes #24752.
Show description for 5615aefcommitted
Commits on Aug 7, 2013
New develop.svn.wordpress.org repository based on the old core.svn repository.
Show description for b43712ecommitted
Loading