Changeset 15756 for trunk/wp-includes/ms-blogs.php
- Timestamp:
- 10/08/2010 02:35:06 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ms-blogs.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-blogs.php
r15676 r15756 422 422 * @param string $key The option key 423 423 * @param mixed $value The option value 424 * @param bool $refresh W ether to refresh blog details or not424 * @param bool $refresh Whether to refresh blog details or not 425 425 */ 426 426 function update_blog_option( $id, $key, $value, $refresh = true ) { … … 450 450 * 451 451 * @param int $new_blog The id of the blog you want to switch to. Default: current blog 452 * @param bool $validate W ether to check if $new_blog exists before proceeding452 * @param bool $validate Whether to check if $new_blog exists before proceeding 453 453 * @return bool True on success, False if the validation failed 454 454 */ … … 587 587 * 588 588 * @param int $id The blog id 589 * @return string W ether the blog is archived or not589 * @return string Whether the blog is archived or not 590 590 */ 591 591 function is_archived( $id ) {
Note: See TracChangeset
for help on using the changeset viewer.