- Timestamp:
- 07/01/2021 12:58:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/inc/custom-css.php
r49826 r51294 14 14 * 15 15 * @param string $selector The CSS selector. 16 * @param string $style The CSS style. 17 * @param string $value The CSS value. 18 * @param string $prefix The CSS prefix. 19 * @param string $suffix The CSS suffix. 20 * @param bool $echo Echo the styles. 21 * 16 * @param string $style The CSS style. 17 * @param string $value The CSS value. 18 * @param string $prefix The CSS prefix. 19 * @param string $suffix The CSS suffix. 20 * @param bool $echo Echo the styles. 22 21 * @return string 23 22 */ … … 32 31 33 32 if ( $echo ) { 34 /* *33 /* 35 34 * Note to reviewers: $css contains auto-generated CSS. 36 35 * It is included inside <style> tags and can only be interpreted as CSS on the browser.
Note: See TracChangeset
for help on using the changeset viewer.