Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | function podlove_psb_php_notice() { |
||
10 | ?> |
||
11 | <div id="message" class="error"> |
||
12 | <p> |
||
13 | <strong>The Podlove Subscribe Button Plugin could not be activated</strong> |
||
14 | </p> |
||
15 | <p> |
||
16 | The Podlove Subscribe Button Plugin requires <code>PHP 5.3</code> or higher.<br> |
||
17 | You are running <code>PHP <?php echo phpversion(); ?></code>.<br> |
||
18 | Please ask your hoster how to upgrade to an up-to-date PHP version. |
||
23 |