Changeset 26492 for trunk/src/wp-includes/comment.php
- Timestamp:
- 12/01/2013 01:24:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r26491 r26492 698 698 * the comment author's name string is passed. 699 699 * 700 * @since 1.5. 2700 * @since 1.5.0 701 701 * 702 702 * @param string $author_cookie The comment author name cookie. … … 715 715 * the comment author's email string is passed. 716 716 * 717 * @since 1.5. 2717 * @since 1.5.0 718 718 * 719 719 * @param string $author_email_cookie The comment author email cookie. … … 732 732 * the comment author's URL string is passed. 733 733 * 734 * @since 1.5. 2734 * @since 1.5.0 735 735 * 736 736 * @param string $author_url_cookie The comment author URL cookie. … … 861 861 * Fires before the comment flood message is triggered. 862 862 * 863 * @since 1.5. 2863 * @since 1.5.0 864 864 * 865 865 * @param int $time_lastcomment Timestamp of when the last comment was posted. … … 1025 1025 * Fires before the comment is tested for blacklisted characters or words. 1026 1026 * 1027 * @since 1.5. 21027 * @since 1.5.0 1028 1028 * 1029 1029 * @param string $author Comment author. … … 1162 1162 * Fires immediately before a comment is deleted from the database. 1163 1163 * 1164 * @since 1.2. 11164 * @since 1.2.0 1165 1165 * 1166 1166 * @param int $comment_id The comment ID. … … 1201 1201 * Fires immediately before changing the comment's status to 'delete'. 1202 1202 * 1203 * @since 1.5. 21203 * @since 1.5.0 1204 1204 * 1205 1205 * @param int $comment_id The comment ID. … … 1606 1606 * (for back-compat), followed by the standard 'user_id' value. 1607 1607 * 1608 * @since 1.5. 21608 * @since 1.5.0 1609 1609 * 1610 1610 * @param int $user_ID The comment author's user ID. … … 1619 1619 * Filter the comment author's browser user agent before it is set. 1620 1620 * 1621 * @since 1.5. 21621 * @since 1.5.0 1622 1622 * 1623 1623 * @param int $comment_agent The comment author's browser user agent. … … 1629 1629 * Filter the comment content before it is set. 1630 1630 * 1631 * @since 1.5. 21631 * @since 1.5.0 1632 1632 * 1633 1633 * @param int $comment_content The comment content. … … 1637 1637 * Filter the comment author's IP before it is set. 1638 1638 * 1639 * @since 1.5. 21639 * @since 1.5.0 1640 1640 * 1641 1641 * @param int $comment_author_ip The comment author's IP. … … 1688 1688 * Filter a comment's data before it is sanitized and inserted into the database. 1689 1689 * 1690 * @since 1.5. 21690 * @since 1.5.0 1691 1691 * 1692 1692 * @param array $commentdata Comment data. … … 1719 1719 * Fires immediately after a comment is inserted into the database. 1720 1720 * 1721 * @since 1.2. 11721 * @since 1.2.0 1722 1722 * 1723 1723 * @param int $comment_ID The comment ID. … … 1799 1799 * The hook also fires immediately before comment status transition hooks are fired. 1800 1800 * 1801 * @since 1.5. 21801 * @since 1.5.0 1802 1802 * 1803 1803 * @param int $comment_id The comment ID. … … 1849 1849 * Filter the comment content before it is updated in the database. 1850 1850 * 1851 * @since 1.5. 21851 * @since 1.5.0 1852 1852 * 1853 1853 * @param string $comment_content The comment data. … … 1874 1874 * The hook also fires immediately before comment status transition hooks are fired. 1875 1875 * 1876 * @since 1.2. 11876 * @since 1.2.0 1877 1877 * 1878 1878 * @param int $comment_ID The comment ID.
Note: See TracChangeset
for help on using the changeset viewer.