Changeset 30105 for trunk/src/wp-includes/comment.php
- Timestamp:
- 10/30/2014 01:04:55 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r30098 r30105 854 854 * 855 855 * @since 2.9.0 856 * @uses add_metadata857 856 * @link http://codex.wordpress.org/Function_Reference/add_comment_meta 858 857 * … … 875 874 * 876 875 * @since 2.9.0 877 * @uses delete_metadata878 876 * @link http://codex.wordpress.org/Function_Reference/delete_comment_meta 879 877 * … … 891 889 * 892 890 * @since 2.9.0 893 * @uses get_metadata894 891 * @link http://codex.wordpress.org/Function_Reference/get_comment_meta 895 892 * … … 913 910 * 914 911 * @since 2.9.0 915 * @uses update_metadata916 912 * @link http://codex.wordpress.org/Function_Reference/update_comment_meta 917 913 * … … 1251 1247 * 1252 1248 * @since 2.7.0 1253 * @uses get_comment() Gets the full comment of the $comment_ID parameter.1254 * @uses get_option() Get various settings to control function and defaults.1255 * @uses get_page_of_comment() Used to loop up to top level comment.1256 1249 * 1257 1250 * @param int $comment_ID Comment ID. … … 1441 1434 * @since 2.0.0 1442 1435 * @uses $wpdb 1443 * @uses wp_transition_comment_status() Passes new and old comment status along with $comment object1444 1436 * 1445 1437 * @param int $comment_id Comment ID … … 1507 1499 * 1508 1500 * @since 2.9.0 1509 *1510 * @uses wp_delete_comment() if trash is disabled1511 1501 * 1512 1502 * @param int $comment_id Comment ID. … … 2044 2034 * 2045 2035 * @since 1.0.0 2046 * @uses wp_transition_comment_status() Passes new and old comment status along with $comment object2047 2036 * 2048 2037 * @param int $comment_id Comment ID. … … 2115 2104 * @since 2.0.0 2116 2105 * @uses $wpdb 2117 * @uses wp_transition_comment_status() Passes new and old comment status along with $comment object2118 2106 * 2119 2107 * @param array $commentarr Contains information on the comment. … … 2467 2455 * @since 0.71 2468 2456 * @uses $wp_version 2469 * @uses IXR_Client2470 2457 * 2471 2458 * @param string $content Post content to check for links. … … 2610 2597 * @since 1.2.0 2611 2598 * @uses $wp_version 2612 * @uses IXR_Client2613 2599 * 2614 2600 * @param string $server Host of blog to connect to.
Note: See TracChangeset
for help on using the changeset viewer.