Make WordPress Core


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

Change @since 3.0 to @since 3.0.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-blogs.php

    r13460 r13827  
    7474 * Retrieve the details for a blog from the blogs table and blog options.
    7575 *
    76  * @since 3.0
     76 * @since 3.0.0
    7777 * @param int|string|array $fields A blog ID, a blog name, or an array of fields to query against.
    7878 * @param bool $get_all Whether to retrieve all details or only the details in the blogs table. Default is true.
     
    184184 * Clear the blog details cache.
    185185 *
    186  * @since 3.0
     186 * @since 3.0.0
    187187 *
    188188 * @param int $blog_id Blog ID
     
    202202 * Update the details for a blog. Updates the blogs table for a given blog id.
    203203 *
    204  * @since 3.0
     204 * @since 3.0.0
    205205 *
    206206 * @param int $blog_id Blog ID
     
    478478 * Update a blog details field.
    479479 *
    480  * @since 3.0
     480 * @since 3.0.0
    481481 *
    482482 * @param int $blog_id BLog ID
Note: See TracChangeset for help on using the changeset viewer.