diff options
Diffstat (limited to 'wp-content/plugins/akismet/views/title.php')
-rw-r--r-- | wp-content/plugins/akismet/views/title.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wp-content/plugins/akismet/views/title.php b/wp-content/plugins/akismet/views/title.php new file mode 100644 index 0000000..b5abb41 --- /dev/null +++ b/wp-content/plugins/akismet/views/title.php @@ -0,0 +1,3 @@ +<div class="centered akismet-box-header"> + <h2><?php esc_html_e( 'Eliminate spam from your site', 'akismet' ); ?></h2> +</div>
\ No newline at end of file |