- Timestamp:
- 07/02/2021 07:05:46 PM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-content/themes/twentytwentyone/inc/custom-css.php
r49826 r51319 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.