Make WordPress Core


Ignore:
Timestamp:
01/09/2016 01:44:31 AM (9 years ago)
Author:
johnbillion
Message:

Docs: @param fixes for a variety of docblocks.

See #32246

File:
1 edited

Legend:

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

    r35446 r36232  
    560560 * @since MU
    561561 *
    562  * @param int    $id     The blog id
    563  * @param string $option The option key
    564  * @param mixed  $value  The option value
     562 * @param int    $id         The blog id.
     563 * @param string $option     The option key.
     564 * @param mixed  $value      The option value.
     565 * @param mixed  $deprecated Not used.
    565566 * @return bool True on success, false on failure.
    566567 */
Note: See TracChangeset for help on using the changeset viewer.