Changeset 13827 for trunk/wp-includes/ms-blogs.php
- Timestamp:
- 03/26/2010 07:13:36 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-blogs.php
r13460 r13827 74 74 * Retrieve the details for a blog from the blogs table and blog options. 75 75 * 76 * @since 3.0 76 * @since 3.0.0 77 77 * @param int|string|array $fields A blog ID, a blog name, or an array of fields to query against. 78 78 * @param bool $get_all Whether to retrieve all details or only the details in the blogs table. Default is true. … … 184 184 * Clear the blog details cache. 185 185 * 186 * @since 3.0 186 * @since 3.0.0 187 187 * 188 188 * @param int $blog_id Blog ID … … 202 202 * Update the details for a blog. Updates the blogs table for a given blog id. 203 203 * 204 * @since 3.0 204 * @since 3.0.0 205 205 * 206 206 * @param int $blog_id Blog ID … … 478 478 * Update a blog details field. 479 479 * 480 * @since 3.0 480 * @since 3.0.0 481 481 * 482 482 * @param int $blog_id BLog ID
Note: See TracChangeset
for help on using the changeset viewer.