Make WordPress Core


Ignore:
Timestamp:
06/20/2020 11:16:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return tags, per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r47815 r48102  
    149149     *
    150150     * @param $callback
    151      *
    152151     * @return mixed|void
    153152     */
     
    791790     * @param string $constant  Optional. The constant name to test for. Default null.
    792791     * @param string $class     Optional. The class name to test for. Default null.
    793      *
    794792     * @return bool Whether or not the extension and function are available.
    795793     */
Note: See TracChangeset for help on using the changeset viewer.