Make WordPress Core


Ignore:
Timestamp:
06/16/2020 09:05:20 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently include an empty line between @since tag and @see, @link, or @global, per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/customize/class-wp-customize-partial.php

    r46586 r48067  
    9898     *
    9999     * @since 4.5.0
     100     *
    100101     * @see WP_Customize_Partial::render()
    101102     * @var callable Callback is called with one argument, the instance of
    102      *                 WP_Customize_Partial. The callback can either echo the
    103      *                 partial or return the partial as a string, or return false if error.
     103     *               WP_Customize_Partial. The callback can either echo the
     104     *               partial or return the partial as a string, or return false if error.
    104105     */
    105106    public $render_callback;
Note: See TracChangeset for help on using the changeset viewer.