Changeset 1731162
- Timestamp:
- 09/17/2017 12:51:53 PM (9 years ago)
- Location:
- steed-companion/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
steed-companion.php (modified) (1 diff)
-
widgets/service.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
steed-companion/trunk/readme.txt
r1728000 r1731162 4 4 Requires at least: 4.4 5 5 Tested up to: 4.8.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 29 29 30 30 == Change log == 31 = 1.1 = 32 - Fixed service widget PHP error 33 - Fixed slider item upload and color picker problem 34 35 - Fixed service widghet title tag 36 37 - Removing unused CSS 38 - Disable Advance text widget 31 39 = 1.0 = 32 40 - Initial release. -
steed-companion/trunk/steed-companion.php
r1728000 r1731162 4 4 Plugin URI: tallythemes.com/product/steed-companion/ 5 5 Description: Enhances Steed’s themes with extra functionalities. 6 Version: 1. 0.9996 Version: 1.1 7 7 Author: TallyThemes 8 8 Author URI: http://tallythemes.com/ -
steed-companion/trunk/widgets/service.php
r1728000 r1731162 33 33 $text = (!empty($instance['text'])) ? $instance['text'] : NULL; 34 34 $subtitle = (!empty($instance['subtitle'])) ? $instance['subtitle'] : NULL; 35 $img = (!empty($instance[' subtitle'])) ? $instance['img'] : NULL;35 $img = (!empty($instance['img'])) ? $instance['img'] : NULL; 36 36 37 37 // before and after widget arguments are defined by themes
Note: See TracChangeset
for help on using the changeset viewer.