Make WordPress Core


Ignore:
Timestamp:
11/25/2025 05:00:39 AM (9 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/twentytwentyone/inc/custom-css.php

    r60537 r61302  
    1919 * @param string $suffix   The CSS suffix.
    2020 * @param bool   $display  Print the styles.
    21  * @return string
     21 * @return string Generated CSS.
    2222 */
    2323function twenty_twenty_one_generate_css( $selector, $style, $value, $prefix = '', $suffix = '', $display = true ) {
Note: See TracChangeset for help on using the changeset viewer.