Make WordPress Core


Ignore:
Timestamp:
07/06/2021 12:34:36 PM (3 years ago)
Author:
desrosj
Message:

Twenty Twenty: Add missing documentation for some filters.

Add missing @since tags for some functions.

Correct alignment of some @param tags.

Follow-up to [46271], [46278], [51304].

Props SergeyBiryukov.
Merges [51322] to the 5.8 branch.
See #52628, #53461.

Location:
branches/5.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8

  • branches/5.8/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-script-loader.php

    r47122 r51338  
    1515    /**
    1616     * A class that provides a way to add `async` or `defer` attributes to scripts.
     17     *
     18     * @since Twenty Twenty 1.0
    1719     */
    1820    class TwentyTwenty_Script_Loader {
     
    2224         *
    2325         * If #12009 lands in WordPress, this function can no-op since it would be handled in core.
     26         *
     27         * @since Twenty Twenty 1.0
    2428         *
    2529         * @link https://core.trac.wordpress.org/ticket/12009
Note: See TracChangeset for help on using the changeset viewer.