Changeset 48200 for trunk/src/wp-includes/ms-blogs.php
- Timestamp:
- 06/28/2020 02:07:53 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-blogs.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-blogs.php
r48121 r48200 32 32 33 33 /** 34 * Get a full blog URL, given a blog id.34 * Get a full blog URL, given a blog ID. 35 35 * 36 36 * @since MU (3.0.0) … … 290 290 291 291 /** 292 * Update the details for a blog. Updates the blogs table for a given blog id.292 * Update the details for a blog. Updates the blogs table for a given blog ID. 293 293 * 294 294 * @since MU (3.0.0) … … 383 383 384 384 /** 385 * Add a new option for a given blog id.385 * Add a new option for a given blog ID. 386 386 * 387 387 * You do not need to serialize values. If the value needs to be serialized, then … … 420 420 421 421 /** 422 * Removes option by name for a given blog id. Prevents removal of protected WordPress options.422 * Removes option by name for a given blog ID. Prevents removal of protected WordPress options. 423 423 * 424 424 * @since MU (3.0.0) … … 451 451 * @since MU (3.0.0) 452 452 * 453 * @param int $id The blog id.453 * @param int $id The blog ID. 454 454 * @param string $option The option key. 455 455 * @param mixed $value The option value.
Note: See TracChangeset
for help on using the changeset viewer.