Make WordPress Core


Ignore:
Timestamp:
11/26/2013 04:09:30 AM (11 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/comment.php

    r26367 r26388  
    13791379 * @since 1.5.0
    13801380 * @param array $commentdata Contains information on the comment.
    1381  * @uses apply_filters()
    1382  * @uses wp_get_comment_status()
    1383  * @uses wp_filter_comment()
    1384  * @uses wp_allow_comment()
    1385  * @uses wp_insert_comment()
    1386  * @uses do_action()
    1387  * @uses wp_notify_moderator()
    1388  * @uses get_option()
    1389  * @uses wp_notify_postauthor()
    13901381 * @return int The ID of the comment after adding.
    13911382 */
Note: See TracChangeset for help on using the changeset viewer.