Changeset 2133899
- Timestamp:
- 08/05/2019 05:05:31 AM (7 years ago)
- Location:
- wp-call-button
- Files:
-
- 2 edited
-
tags/1.0.0/src/Plugin/WpCallButtonPlugin.php (modified) (1 diff)
-
trunk/src/Plugin/WpCallButtonPlugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-call-button/tags/1.0.0/src/Plugin/WpCallButtonPlugin.php
r2133457 r2133899 250 250 251 251 // Build the position style. 252 $position = ''; 252 253 if ( $settings['wpcallbtn_button_position'] == 'bottom-left' ) { 253 254 $position = ' left: 20px; '; -
wp-call-button/trunk/src/Plugin/WpCallButtonPlugin.php
r2133457 r2133899 250 250 251 251 // Build the position style. 252 $position = ''; 252 253 if ( $settings['wpcallbtn_button_position'] == 'bottom-left' ) { 253 254 $position = ' left: 20px; ';
Note: See TracChangeset
for help on using the changeset viewer.