Changeset 2647412
- Timestamp:
- 12/21/2021 03:35:01 PM (4 years ago)
- Location:
- proofratings
- Files:
-
- 2 edited
-
tags/1.0.6/inc/class-proofratings-shortcodes.php (modified) (1 diff)
-
trunk/inc/class-proofratings-shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
proofratings/tags/1.0.6/inc/class-proofratings-shortcodes.php
r2647409 r2647412 443 443 } 444 444 445 if ( $button 2_settings->shape) {446 $button 2_class .= ' button-round';445 if ( $button1_settings->rectangle !== true) { 446 $button1_class .= ' button-round'; 447 447 } 448 448 -
proofratings/trunk/inc/class-proofratings-shortcodes.php
r2647409 r2647412 443 443 } 444 444 445 if ( $button 2_settings->shape) {446 $button 2_class .= ' button-round';445 if ( $button1_settings->rectangle !== true) { 446 $button1_class .= ' button-round'; 447 447 } 448 448
Note: See TracChangeset
for help on using the changeset viewer.