Make WordPress Core


Ignore:
Timestamp:
11/25/2025 05:00:39 AM (2 months ago)
Author:
westonruter
Message:

Bundled Themes: Add missing @return tags and descriptions.

Developed in https://github.com/WordPress/wordpress-develop/pull/10533

Props huzaifaalmesbah, sabernhardt, palak678, westonruter.
See #64224.
Fixes #64277.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwenty/inc/custom-css.php

    r60536 r61302  
    2121     * @param string $suffix   The CSS suffix.
    2222     * @param bool   $display  Print the styles.
     23     * @return string Generated CSS.
    2324     */
    2425    function twentytwenty_generate_css( $selector, $style, $value, $prefix = '', $suffix = '', $display = true ) {
     
    5556     *
    5657     * @param string $type Whether to return CSS for the "front-end", "block-editor", or "classic-editor".
     58     * @return string CSS styles built from Customizer options.
    5759     */
    5860    function twentytwenty_get_customizer_css( $type = 'front-end' ) {
Note: See TracChangeset for help on using the changeset viewer.