network-page
1 year ago
partials
1 year ago
settings-page
3 days ago
index.php
6 years ago
requirements-notice.php
1 year ago
requirements-notice.php
18 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Requirements Notice |
| 4 | * |
| 5 | * @package WPEL |
| 6 | * @category WordPress Plugin |
| 7 | * @version 2.3 |
| 8 | * @link https://www.webfactoryltd.com/ |
| 9 | * @license Dual licensed under the MIT and GPLv2+ licenses |
| 10 | */ |
| 11 | ?> |
| 12 | <div class="notice notice-error is-dismissible"> |
| 13 | <p> |
| 14 | <?php WPEL_Plugin::wp_kses_wf(__('The plugin <strong>WP External Links</strong> requires PHP version 5.3 or up and WordPress version 3.6 or up. <br>Please upgrade your PHP and/or WordPress. Deactivate the plugin to remove this message.', 'wp-external-links' )); |
| 15 | ?> |
| 16 | </p> |
| 17 | </div> |
| 18 |