Changeset 1570828
- Timestamp:
- 01/08/2017 11:29:08 PM (9 years ago)
- Location:
- coming-soon-for-genesis/trunk
- Files:
-
- 3 edited
-
inc/front.php (modified) (1 diff)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
coming-soon-for-genesis/trunk/inc/front.php
r1564617 r1570828 155 155 <?php endif; ?> 156 156 <?php if( $this->options['message']!='' ) : ?> 157 <div id="gcs-custom-message"><?php echo $this->options['message']; ?></div>157 <div id="gcs-custom-message"><?php echo do_shortcode($this->options['message']); ?></div> 158 158 <?php endif; ?> 159 159 </div> -
coming-soon-for-genesis/trunk/plugin.php
r1564633 r1570828 10 10 Domain Path: /languages 11 11 12 Version: 1.0. 412 Version: 1.0.5 13 13 14 14 License: GNU General Public License v3.0 -
coming-soon-for-genesis/trunk/readme.txt
r1564617 r1570828 5 5 Requires at least: 4.4.2 6 6 Tested up to: 4.7 7 Stable tag: 1.0. 47 Stable tag: 1.0.5 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 78 78 == Changelog == 79 79 80 = 1.0.5 = 81 * Added do_shortcode for Content 82 80 83 = 1.0.4 = 81 84 * Removed comments
Note: See TracChangeset
for help on using the changeset viewer.