Make WordPress Core


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

Docs: Improve the $blog_id parameter description in the DocBlock for the_custom_logo(), introduced in [36698].

See #33755. See #35986.

File:
1 edited

Legend:

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

    r36937 r36938  
    919919 * @since 4.5.0
    920920 *
    921  * @param int $blog_id Optional. ID of the blog in question. Default current blog.
     921 * @param int $blog_id Optional. ID of the blog in question. Default is the ID of the current blog.
    922922 */
    923923function the_custom_logo( $blog_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.