Make WordPress Core


Ignore:
Timestamp:
07/28/2020 10:13:50 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Document that various metadata functions return false for an invalid ID.

Props salcode.
See #40519.

File:
1 edited

Legend:

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

    r48214 r48658  
    10881088 *                        Default false.
    10891089 * @return mixed An array if $single is false. The value of meta data field
    1090  *               if $single is true.
     1090 *               if $single is true. False for an invalid $site_id.
    10911091 */
    10921092function get_site_meta( $site_id, $key = '', $single = false ) {
Note: See TracChangeset for help on using the changeset viewer.