Make WordPress Core


Ignore:
Timestamp:
03/26/2010 07:23:39 PM (14 years ago)
Author:
nacin
Message:

Change @since 2.9 to @since 2.9.0.

File:
1 edited

Legend:

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

    r13801 r13829  
    428428 * Add meta data field to a comment.
    429429 *
    430  * @since 2.9
     430 * @since 2.9.0
    431431 * @uses add_metadata
    432432 * @link http://codex.wordpress.org/Function_Reference/add_comment_meta
     
    449449 * allows removing all metadata matching key, if needed.
    450450 *
    451  * @since 2.9
     451 * @since 2.9.0
    452452 * @uses delete_metadata
    453453 * @link http://codex.wordpress.org/Function_Reference/delete_comment_meta
     
    465465 * Retrieve comment meta field for a comment.
    466466 *
    467  * @since 2.9
     467 * @since 2.9.0
    468468 * @uses get_metadata
    469469 * @link http://codex.wordpress.org/Function_Reference/get_comment_meta
     
    487487 * If the meta field for the comment does not exist, it will be added.
    488488 *
    489  * @since 2.9
     489 * @since 2.9.0
    490490 * @uses update_metadata
    491491 * @link http://codex.wordpress.org/Function_Reference/update_comment_meta
Note: See TracChangeset for help on using the changeset viewer.