Changeset 13829 for trunk/wp-includes/comment.php
- Timestamp:
- 03/26/2010 07:23:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r13801 r13829 428 428 * Add meta data field to a comment. 429 429 * 430 * @since 2.9 430 * @since 2.9.0 431 431 * @uses add_metadata 432 432 * @link http://codex.wordpress.org/Function_Reference/add_comment_meta … … 449 449 * allows removing all metadata matching key, if needed. 450 450 * 451 * @since 2.9 451 * @since 2.9.0 452 452 * @uses delete_metadata 453 453 * @link http://codex.wordpress.org/Function_Reference/delete_comment_meta … … 465 465 * Retrieve comment meta field for a comment. 466 466 * 467 * @since 2.9 467 * @since 2.9.0 468 468 * @uses get_metadata 469 469 * @link http://codex.wordpress.org/Function_Reference/get_comment_meta … … 487 487 * If the meta field for the comment does not exist, it will be added. 488 488 * 489 * @since 2.9 489 * @since 2.9.0 490 490 * @uses update_metadata 491 491 * @link http://codex.wordpress.org/Function_Reference/update_comment_meta
Note: See TracChangeset
for help on using the changeset viewer.