Changeset 32116 for trunk/src/wp-includes/comment.php
- Timestamp:
- 04/12/2015 09:28:58 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r32038 r32116 1132 1132 * 1133 1133 * @since 2.9.0 1134 * @link http ://codex.wordpress.org/Function_Reference/add_comment_meta1134 * @link https://codex.wordpress.org/Function_Reference/add_comment_meta 1135 1135 * 1136 1136 * @param int $comment_id Comment ID. … … 1152 1152 * 1153 1153 * @since 2.9.0 1154 * @link http ://codex.wordpress.org/Function_Reference/delete_comment_meta1154 * @link https://codex.wordpress.org/Function_Reference/delete_comment_meta 1155 1155 * 1156 1156 * @param int $comment_id comment ID … … 1167 1167 * 1168 1168 * @since 2.9.0 1169 * @link http ://codex.wordpress.org/Function_Reference/get_comment_meta1169 * @link https://codex.wordpress.org/Function_Reference/get_comment_meta 1170 1170 * 1171 1171 * @param int $comment_id Comment ID. … … 1188 1188 * 1189 1189 * @since 2.9.0 1190 * @link http ://codex.wordpress.org/Function_Reference/update_comment_meta1190 * @link https://codex.wordpress.org/Function_Reference/update_comment_meta 1191 1191 * 1192 1192 * @param int $comment_id Comment ID.
Note: See TracChangeset
for help on using the changeset viewer.