Plugin Directory

Changeset 2647412


Ignore:
Timestamp:
12/21/2021 03:35:01 PM (4 years ago)
Author:
proofratings
Message:

version 1.0.6

Location:
proofratings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • proofratings/tags/1.0.6/inc/class-proofratings-shortcodes.php

    r2647409 r2647412  
    443443            }
    444444
    445             if ( $button2_settings->shape) {
    446                 $button2_class .= ' button-round';
     445            if ( $button1_settings->rectangle !== true) {
     446                $button1_class .= ' button-round';
    447447            }
    448448
  • proofratings/trunk/inc/class-proofratings-shortcodes.php

    r2647409 r2647412  
    443443            }
    444444
    445             if ( $button2_settings->shape) {
    446                 $button2_class .= ' button-round';
     445            if ( $button1_settings->rectangle !== true) {
     446                $button1_class .= ' button-round';
    447447            }
    448448
Note: See TracChangeset for help on using the changeset viewer.