Make WordPress Core

Changeset 24124


Ignore:
Timestamp:
04/29/2013 12:49:33 PM (11 years ago)
Author:
SergeyBiryukov
Message:

Fix typo in phpdoc. props belloswan. fixes #24217.

File:
1 edited

Legend:

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

    r23794 r24124  
    470470 * @param string $option The option key
    471471 * @param mixed $value The option value
    472  * @return bool True on success, false on failrue.
     472 * @return bool True on success, false on failure.
    473473 */
    474474function update_blog_option( $id, $option, $value, $deprecated = null ) {
Note: See TracChangeset for help on using the changeset viewer.