Changeset 1586953
- Timestamp:
- 02/02/2017 04:39:16 AM (9 years ago)
- Location:
- magic-liquidizer-responsive-form/trunk
- Files:
-
- 3 edited
-
includes/uninstall.php (modified) (1 diff)
-
magic-liquidizer-responsive-form.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-liquidizer-responsive-form/trunk/includes/uninstall.php
r850298 r1586953 23 23 if ( ! current_user_can( 'activate_plugins' ) ) 24 24 return; 25 check_admin_referer( 'bulk-plugins' );26 if ( __FILE__ != WP_UNINSTALL_PLUGIN )27 return;28 25 29 26 // For Single site 30 if ( !is_multisite() ) 31 { 27 if ( !is_multisite() ) { 32 28 delete_option('liquidizer_lite_wp_form'); 33 29 delete_option('liquidizer_lite_wp_which_form_element'); 34 30 delete_option('liquidizer_lite_wp_form_width'); 35 } 36 // For Multisite 37 else 38 { 39 // For regular options. 40 global $wpdb; 41 $blog_ids = $wpdb->get_col( "SELECT blog_id FROM $wpdb->blogs" ); 42 $original_blog_id = get_current_blog_id(); 43 foreach ( $blog_ids as $blog_id ) 44 { 45 switch_to_blog( $blog_id ); 46 delete_option('liquidizer_lite_wp_form'); 47 delete_option('liquidizer_lite_wp_which_form_element'); 48 delete_option('liquidizer_lite_wp_form_width'); 49 } 50 switch_to_blog( $original_blog_id ); 51 52 // For site options. 53 // delete_site_option( $option_name ); 31 } else { 32 delete_site_option('liquidizer_lite_wp_form'); 33 delete_site_option('liquidizer_lite_wp_which_form_element'); 34 delete_site_option('liquidizer_lite_wp_form_width'); 54 35 } 55 36 -
magic-liquidizer-responsive-form/trunk/magic-liquidizer-responsive-form.php
r1426460 r1586953 4 4 Plugin URI: http://www.innovedesigns.com/wordpress/plugin/magic-liquidizer-instant-responsive-web-design-plugin-for-wordpress/ 5 5 Author: Elvin D. 6 Description: A simple and lightweight plugin that makes HTML <form> t ag to become responsive. After activation, go to Dashboard > Magic Liquidizer Lite > Form.7 Version: 1.0. 66 Description: A simple and lightweight plugin that makes HTML <form> to become responsive. After activation, go to Dashboard > Magic Liquidizer Lite > Form. 7 Version: 1.0.7 8 8 Tags: responsive, form, fluid, mobile screens 9 9 Author URI: http://innovedesigns.com/author/esstat17 -
magic-liquidizer-responsive-form/trunk/readme.txt
r1392106 r1586953 3 3 Donate link: http://www.innovedesigns.com/wordpress/magic-liquidizer-responsive-form-rwd-you-must-have-wp-plugin/ 4 4 Tags: responsive, form, fluid, mobile screens 5 Requires at least: 3.0.16 Tested up to: 4. 47 Stable tag: 1.0. 55 Requires at least: 4.6 6 Tested up to: 4.7 7 Stable tag: 1.0.7 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 13 13 == Description == 14 14 15 A simple and lightweight Wordpress plugin that converts HTML FORM to become responsive. It must have wp plugin for Responsive Web Design (RWD). Forms may cause overflow in small screens mobiles or when dragging your browser to minimizing it for mobile screens test specifically when the forms contain input types such as text field, textarea field, select fields, checkbox, radio buttons, submit button, labels, etc. So this is your solution!15 A simple and lightweight Wordpress plugin that converts HTML FORM to become responsive. It's a must have wp plugin for Responsive Web Design (RWD). Forms can display odd on small devices or when dragging your browser to minimizing it for mobile screens test specifically when the forms contain input types such as text field, textarea field, select fields, checkbox, radio buttons, submit button, labels, etc. So this is your solution! 16 16 17 `Magic Liquidizer Responsive Form plugin`- is just one of many features of <a href="http://www.innovedesigns.com/wordpress/plugin/magic-liquidizer-instant-responsive-web-design-plugin-for-wordpress/">Magic Liquidizer</a> for a complete Responsive Web Design solution such as images, texts, forms, forms, navigation menu, and other HTML elements.17 Magic Liquidizer Responsive Form plugin - is just one of many features of <a href="http://www.innovedesigns.com/wordpress/plugin/magic-liquidizer-instant-responsive-web-design-plugin-for-wordpress/">Magic Liquidizer</a> for a complete Responsive Web Design solution such as images, texts, forms, forms, navigation menu, and other HTML elements. 18 18 19 Basically the demonstration link below is where Magic Liquidizer plugin installed, minus anything else, just observe the Responsive Form function. See <a href="http://demo.innovedesigns.com/wordpress/?page_id=24">DEMO</a>.19 Go and see the demo link below where Magic Liquidizer plugin is installed, minus anything else, just observe the Responsive Form function. See <a href="http://www.innovedesigns.com/wordpress/magic-liquidizer-responsive-form-rwd-you-must-have-wp-plugin/">DEMO</a>. 20 20 21 21 If you like this plugin, good ratings is much appreciated. … … 48 48 49 49 == Changelog == 50 = 1.0.7 - 2/2/2017 = 51 * - [Fixed] Uninstall Function in the Plugin Admin 52 * - [Modified] Versions text or string 53 50 54 = 1.0.5 - 04/11/2016 = 51 55 * - [Added] Internationalizing (text domain) … … 73 77 74 78 == Upgrade Notice == 79 = 1.0.7 - 2/2/2017 = 80 * - [Fixes] Uninstall in the Plugin Admin 81 75 82 = 1.0.5 - 04/11/2016 = 76 83 * - [Added] Internationalizing (text domain)
Note: See TracChangeset
for help on using the changeset viewer.