mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-02 11:44:33 +00:00
Inline documentation for the following filter hooks in wp-includes/pluggable.php:
* `comment_notification_recipients` * `comment_notification_notify_author` Also removes some generic `@uses` tags from various related doc blocks. Props markjaquith. Fixes #25699. git-svn-id: https://develop.svn.wordpress.org/trunk@26388 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1378,15 +1378,6 @@ function wp_throttle_comment_flood($block, $time_lastcomment, $time_newcomment)
|
||||
*
|
||||
* @since 1.5.0
|
||||
* @param array $commentdata Contains information on the comment.
|
||||
* @uses apply_filters()
|
||||
* @uses wp_get_comment_status()
|
||||
* @uses wp_filter_comment()
|
||||
* @uses wp_allow_comment()
|
||||
* @uses wp_insert_comment()
|
||||
* @uses do_action()
|
||||
* @uses wp_notify_moderator()
|
||||
* @uses get_option()
|
||||
* @uses wp_notify_postauthor()
|
||||
* @return int The ID of the comment after adding.
|
||||
*/
|
||||
function wp_new_comment( $commentdata ) {
|
||||
|
||||
Reference in New Issue
Block a user