Changeset 2082759
- Timestamp:
- 05/07/2019 05:49:56 PM (7 years ago)
- File:
-
- 1 edited
-
echelon-so/trunk/echelon-so.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
echelon-so/trunk/echelon-so.php
r2080435 r2082759 1 1 <?php 2 2 /* 3 *Plugin Name: Echelon for SiteOrigin4 * Plugin URI:https://echelonso.com5 *Description: Echelon widgets and features for SiteOrigin Page Builder.6 * Version: 1.1.0 7 *Author: Echelon8 *Author URI: https://echelonso.com9 *License: GPL310 *License URI: https://www.gnu.org/licenses/gpl-3.0.txt3 Plugin Name: Echelon for SiteOrigin 4 Plugin URI: https://echelonso.com 5 Description: Echelon widgets and features for SiteOrigin Page Builder. 6 Version: 1.1.1 7 Author: Echelon 8 Author URI: https://echelonso.com 9 License: GPL3 10 License URI: https://www.gnu.org/licenses/gpl-3.0.txt 11 11 */ 12 12 … … 59 59 60 60 public function current_version() { 61 return '1.1. 0';61 return '1.1.1'; 62 62 } 63 63 … … 270 270 .eso-border-right-5 { border-right: 1px solid <?php echo $echelon_so->get_auto_color('color_5'); ?>; } 271 271 .eso-border-right-dark { border-right: 1px solid <?php echo $echelon_so->get_auto_color('dark'); ?>; } 272 </style>273 <?php274 $str = str_replace(array("\r","\n"),'',trim(ob_get_clean()));275 $str = str_replace(" ", ' ', $str);276 return $str;277 }278 279 public function wp_head() {280 echo $this->get_head_css();281 }282 272 </style> 273 <?php 274 $str = str_replace(array("\r","\n"),'',trim(ob_get_clean())); 275 $str = str_replace(" ", ' ', $str); 276 return $str; 277 } 278 279 public function wp_head() { 280 echo $this->get_head_css(); 281 } 282 283 283 /** 284 284 * Setup default auto colors
Note: See TracChangeset
for help on using the changeset viewer.