Make WordPress Core

Changeset 36936


Ignore:
Timestamp:
03/10/2016 05:43:32 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Improve inline documentation for has_custom_logo(), introduced in [36698].

See #33755. See #35986.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r36915 r36936  
    840840
    841841/**
    842  * Whether the site has a custom logo.
     842 * Determines whether the site has a custom logo.
    843843 *
    844844 * @since 4.5.0
    845845 *
    846  * @param int $blog_id Optional. ID of the blog in question. Default current blog.
     846 * @param int $blog_id Optional. ID of the blog in question. Default is the ID of the current blog.
    847847 * @return bool Whether the site has a custom logo or not.
    848848 */
Note: See TracChangeset for help on using the changeset viewer.