Changeset 2115454
- Timestamp:
- 07/01/2019 12:40:39 PM (7 years ago)
- Location:
- custom-coming-soon/trunk
- Files:
-
- 2 edited
-
custom-coming-soon.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-coming-soon/trunk/custom-coming-soon.php
r1786888 r2115454 6 6 Author: Surya Bhan Maurya(+91-9654235223) 7 7 Author URI: https://phpmantras.wordpress.com/ 8 Version: 2. 18 Version: 2.2 9 9 */ 10 10 /*** Wordpress Coming Soon Copyright 2016 (email : suryabhan.maurya563@gmail.com) … … 190 190 <br/> 191 191 <div class="ccs_editor"> 192 <?php wp_editor(esc_html( __(get_option('ccs_message', 'Coming soon ...'))), 'ccs_message', $settings);?> 192 <?php if(isset($settings)){ 193 $settings=$settings; 194 }else{ 195 $settings=""; 196 } 197 wp_editor(esc_html( __(get_option('ccs_message', 'Coming soon ...'))), 'ccs_message', $settings);?> 193 198 </div> 194 199 </div> -
custom-coming-soon/trunk/readme.txt
r1786886 r2115454 4 4 Tags: custom coming soon,coming soon mode,coming-soon, construction, landing page, launch, launch page,maintenance mode, offline, unavailable, under construction plugin, under construction page,coming soon page,comingsoon plugin,coming soon wordpress plugin, coming soon plugin 5 5 Requires at least: 3.8 6 Tested up to: 4.7.37 Stable tag: 2. 16 Tested up to: 5.2 7 Stable tag: 2.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.