PluginProbe
Responsive Menu – Create Mobile-Friendly Menu / 3.1.21
Responsive Menu – Create Mobile-Friendly Menu v3.1.21
4.7.3 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.1.0 4.1.1 4.1.10 4.1.11 4.1.12 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 All 90 releases
← All changes | responsive-menu.php +7 -2 3.1.83.1.21 View file →
@@ -3,9 +3,9 @@
3 3 /*
4 4 Plugin Name: Responsive Menu
5 5 Plugin URI: https://responsive.menu
6 6 Description: Highly Customisable Responsive Menu Plugin for WordPress
7 -Version: 3.1.8
7 +Version: 3.1.21
8 8 Author: Peter Featherstone
9 9 Text Domain: responsive-menu
10 10 Author URI: https://peterfeatherstone.com
11 11 License: GPL2
@@ -20,9 +20,14 @@
20 20 endif;
21 21 }
22 22
23 23 function responsive_menu_deactivation_text() {
24 - echo '<div class="error"><p>' . sprintf('Responsive Menu requires PHP 5.4 or higher to function and has therefore been automatically disabled. You are still on %s.%sPlease speak to your webhost about upgrading your PHP version. For more information please visit %s', PHP_VERSION, '<br /><br />', '<a target="_blank" href="https://responsive.menu/why-php-5-4/">this page</a>.') . '</p></div>';
24 + echo '<div class="error"><p>' . sprintf(
25 + 'Responsive Menu requires PHP 5.4 or higher to function and has therefore been automatically disabled.
26 + You are still on %s.%sPlease speak to your web host about upgrading your PHP version.',
27 + PHP_VERSION,
28 + '<br /><br />'
29 + ) . '</p></div>';
25 30 }
26 31
27 32 if(version_compare(PHP_VERSION, '5.4', '<'))
28 33 return;