Make WordPress Core


Ignore:
Timestamp:
07/01/2020 01:50:28 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Bundled Themes: Correct DocBlock placement for custom header and background argument filters.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r47808 r48264  
    170170        add_theme_support(
    171171            'custom-background',
     172            /**
     173             * Filter Twenty Fourteen custom-background support arguments.
     174             *
     175             * @since Twenty Fourteen 1.0
     176             *
     177             * @param array $args {
     178             *     An array of custom-background support arguments.
     179             *
     180             *     @type string $default-color Default color of the background.
     181             * }
     182             */
    172183            apply_filters(
    173184                'twentyfourteen_custom_background_args',
Note: See TracChangeset for help on using the changeset viewer.