Changeset 51322 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php
- Timestamp:
- 07/03/2021 09:13:48 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-separator-control.php
r46827 r51322 13 13 /** 14 14 * Separator Control. 15 * 16 * @since Twenty Twenty 1.0 15 17 */ 16 18 class TwentyTwenty_Separator_Control extends WP_Customize_Control { 17 19 /** 18 20 * Render the hr. 21 * 22 * @since Twenty Twenty 1.0 19 23 */ 20 24 public function render_content() {
Note: See TracChangeset
for help on using the changeset viewer.