Changeset 49826 for trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
- Timestamp:
- 12/17/2020 02:55:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
r49726 r49826 5 5 * @package WordPress 6 6 * @subpackage Twenty_Twenty_One 7 * @since 1.0.07 * @since Twenty Twenty-One 1.0 8 8 */ 9 9 … … 18 18 * @access public 19 19 * 20 * @since 1.0.020 * @since Twenty Twenty-One 1.0 21 21 */ 22 22 public function __construct() { … … 39 39 * @param string $background_color The background color. 40 40 * 41 * @since 1.0.041 * @since Twenty Twenty-One 1.0 42 42 * 43 43 * @return string (hex color) … … 56 56 * @access public 57 57 * 58 * @since 1.0.058 * @since Twenty Twenty-One 1.0 59 59 * 60 60 * @param string|null $context Can be "editor" or null. … … 90 90 * @access public 91 91 * 92 * @since 1.0.092 * @since Twenty Twenty-One 1.0 93 93 * 94 94 * @return void … … 105 105 * @access public 106 106 * 107 * @since 1.0.0107 * @since Twenty Twenty-One 1.0 108 108 * 109 109 * @return void … … 130 130 * @access public 131 131 * 132 * @since 1.0.0132 * @since Twenty Twenty-One 1.0 133 133 * 134 134 * @param string $hex The HEX color. … … 161 161 * @access public 162 162 * 163 * @since 1.0.0163 * @since Twenty Twenty-One 1.0 164 164 * 165 165 * @param array $classes The existing body classes.
Note: See TracChangeset
for help on using the changeset viewer.