Make WordPress Core

Changeset 13829


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

Change @since 2.9 to @since 2.9.0.

Location:
trunk/wp-includes
Files:
5 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
  • trunk/wp-includes/formatting.php

    r13733 r13829  
    27712771 * strip octets.
    27722772 *
    2773  * @since 2.9
     2773 * @since 2.9.0
    27742774 *
    27752775 * @param string $str
  • trunk/wp-includes/functions.php

    r13806 r13829  
    28882888 * it hasn't, then it will load the embeds library.
    28892889 *
    2890  * @since 2.9
     2890 * @since 2.9.0
    28912891 */
    28922892function wp_maybe_load_embeds() {
  • trunk/wp-includes/post.php

    r13827 r13829  
    176176 * The path is relative to the current upload dir.
    177177 *
    178  * @since 2.9
     178 * @since 2.9.0
    179179 * @uses apply_filters() Calls '_wp_relative_upload_path' on file path.
    180180 *
  • trunk/wp-includes/theme.php

    r13819 r13829  
    15271527 * Must be called in the themes functions.php file to work.
    15281528 *
    1529  * @since 2.9
     1529 * @since 2.9.0
    15301530 * @param string $feature the feature being added
    15311531 */
     
    15421542 * Checks a theme's support for a given feature
    15431543 *
    1544  * @since 2.9
     1544 * @since 2.9.0
    15451545 * @param string $feature the feature being checked
    15461546 * @return boolean
     
    15801580 * Checks a theme's support for a given feature before loading the functions which implement it.
    15811581 *
    1582  * @since 2.9
     1582 * @since 2.9.0
    15831583 * @param string $feature the feature being checked
    15841584 * @param string $include the file containing the functions that implement the feature
Note: See TracChangeset for help on using the changeset viewer.