Make WordPress Core


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

Change @since 3.0 to @since 3.0.0.

File:
1 edited

Legend:

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

    r13802 r13827  
    530530 * @package WordPress
    531531 * @subpackage Post
    532  * @since 3.0
     532 * @since 3.0.0
    533533 * @uses $wp_post_statuses Inserts new post status object into the list
    534534 *
     
    596596 * @package WordPress
    597597 * @subpackage Post
    598  * @since 3.0
     598 * @since 3.0.0
    599599 * @uses $wp_post_statuses
    600600 * @see register_post_status
     
    618618 * @package WordPress
    619619 * @subpackage Post
    620  * @since 3.0
     620 * @since 3.0.0
    621621 * @uses $wp_post_statuses
    622622 * @see register_post_status
     
    691691 * @package WordPress
    692692 * @subpackage Post
    693  * @since 3.0
     693 * @since 3.0.0
    694694 * @uses $wp_post_types
    695695 * @see register_post_type
     
    879879 * Register support of certain features for a post type.
    880880 *
    881  * @since 3.0
     881 * @since 3.0.0
    882882 * @param string $post_type The post type for which to add the feature
    883883 * @param string|array $feature the feature being added, can be an array of feature strings or a single string
     
    898898 * Remove support for a feature from a post type.
    899899 *
    900  * @since 3.0
     900 * @since 3.0.0
    901901 * @param string $post_type The post type for which to remove the feature
    902902 * @param string $feature The feature being removed
     
    915915 * Checks a post type's support for a given feature
    916916 *
    917  * @since 3.0
     917 * @since 3.0.0
    918918 * @param string $post_type The post type being checked
    919919 * @param string $feature the feature being checked
     
    40074007 * @package WordPress
    40084008 * @subpackage Cache
    4009  * @since 3.0
     4009 * @since 3.0.0
    40104010 *
    40114011 * @uses do_action() Calls 'clean_attachment_cache' on $id.
Note: See TracChangeset for help on using the changeset viewer.