@@ -6,8 +6,8 @@ |
||
6 | 6 | */ |
7 | 7 | |
8 | 8 | if (!class_exists('Timber')) { |
9 | - add_action('admin_notices', function () { |
|
10 | - echo '<div class="error"><p>Timber not activated. Make sure you activate the plugin in <a href="' . esc_url(admin_url('plugins.php#timber')) . '">' . esc_url(admin_url('plugins.php')) . '</a></p></div>'; |
|
9 | + add_action('admin_notices', function() { |
|
10 | + echo '<div class="error"><p>Timber not activated. Make sure you activate the plugin in <a href="'.esc_url(admin_url('plugins.php#timber')).'">'.esc_url(admin_url('plugins.php')).'</a></p></div>'; |
|
11 | 11 | }); |
12 | 12 | |
13 | 13 | return; |