Changeset 2579818
- Timestamp:
- 08/08/2021 06:29:00 AM (5 years ago)
- Location:
- super-simple-site-offline-beta/trunk
- Files:
-
- 4 edited
-
functions/admin.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
simple-site-offline.php (modified) (1 diff)
-
template/wp-admin-design.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
super-simple-site-offline-beta/trunk/functions/admin.php
r2579448 r2579818 108 108 register_setting( 'bcSOFF_offlinedesign', 'bcSOFF_offline_theme', $args_text ); 109 109 register_setting( 'bcSOFF_offlinedesign', 'bcSOFF_offline_css', $args_html ); 110 111 110 register_setting( 'bcSOFF_offlinedesign', 'bcSOFF_offline_label', $args_html ); 112 111 -
super-simple-site-offline-beta/trunk/readme.txt
r2579453 r2579818 5 5 Tested up to: 5.8 6 6 Requires PHP: 7 7 Stable tag: 2.0. 17 Stable tag: 2.0.2 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 50 50 51 51 == Changelog == 52 53 = 2.0.2 = 54 * Data from WP_Editor wasn't being saved 55 52 56 = 2.0.1 = 53 57 * Fixed a static class -
super-simple-site-offline-beta/trunk/simple-site-offline.php
r2579453 r2579818 4 4 * Plugin URI: https://rikjanssen.info/plugins/super-simple-site-offline-for-wordpress/ 5 5 * Description: Hide or redirect your website in an instant! The Super Simple Site Offline Plugin does exactly that and is above all easy to customize and track via Google Analytics or Google Tagmanager. But for your visitor just a nice little maintenance message or redirect. Nothing more. 6 * Version: 2.0. 16 * Version: 2.0.2 7 7 * Author: Rik Janssen 8 8 * Author URI: https://rikjanssen.info -
super-simple-site-offline-beta/trunk/template/wp-admin-design.php
r2579448 r2579818 56 56 } 57 57 58 wp_editor( $get_a_message, 'ssso_message_editor' ); ?> 58 $textarea_vars = array( 'name'=>'offline_message', 59 'selected'=>$get_a_message 60 ); 61 62 sso_forms::textarea($textarea_vars); ?> 59 63 <p><?php _e('Write a message for the people that visit your site when offline mode is enabled. You can use HTML in this field but no javascript. If you like to return to the original message, just empty this field and save. You can also use shortcodes to embed forms like the one from Contact Form 7 here.','betaoffline'); ?></p><br /> 60 64 </td>
Note: See TracChangeset
for help on using the changeset viewer.