From 7086111ad4dd997e12a3220e1ee60c9b9bcf0bb8 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 7 Jan 2020 13:06:14 +0100 Subject: Added wordpress --- .../wp-content/plugins/akismet/views/config.php | 242 +++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 srcs/wordpress/wp-content/plugins/akismet/views/config.php (limited to 'srcs/wordpress/wp-content/plugins/akismet/views/config.php') diff --git a/srcs/wordpress/wp-content/plugins/akismet/views/config.php b/srcs/wordpress/wp-content/plugins/akismet/views/config.php new file mode 100644 index 0000000..6bbcd6d --- /dev/null +++ b/srcs/wordpress/wp-content/plugins/akismet/views/config.php @@ -0,0 +1,242 @@ +
+
+
+
+ +
+
+
+
+ + + + + + + + + spam > 0 ) : ?> +
+
+
+ +
+
+ + + +
+
+ +
+ +
    +
  • +

    + spam );?> + spam, 'akismet' ) ); ?> +
  • +
  • +

    + spam );?> + spam, 'akismet' ) ); ?> +
  • +
  • +

    + accuracy ); ?>% + missed_spam, 'akismet' ), number_format( $stat_totals['all']->missed_spam ) ); ?> + | + false_positives, 'akismet' ), number_format( $stat_totals['all']->false_positives ) ); ?> +
  • +
+
+
+ + + +
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+

+ +

+
+

+ +

+
+
+

+

+
+ + spam folder older than 1 day is deleted automatically.', + 'Spam in the spam folder older than %2$d days is deleted automatically.', + $delete_interval, + 'akismet' + ), + admin_url( 'edit-comments.php?comment_status=spam' ), + $delete_interval + ); + + ?> +
+
+

+

+
+ +
+
+ +
+ +
+ + +
+ + +
+
+
+
+
+
+ + +
+
+
+ +
+
+ +
+ + + + + + + + + + + next_billing_date ) : ?> + + + + + + +
+ +

account_name ); ?>

+
+ +

status ) : + esc_html_e( 'Cancelled', 'akismet' ); + elseif ( 'suspended' == $akismet_user->status ) : + esc_html_e( 'Suspended', 'akismet' ); + elseif ( 'missing' == $akismet_user->status ) : + esc_html_e( 'Missing', 'akismet' ); + elseif ( 'no-sub' == $akismet_user->status ) : + esc_html_e( 'No Subscription Found', 'akismet' ); + else : + esc_html_e( 'Active', 'akismet' ); + endif; ?>

+
+ +

next_billing_date ); ?>

+
+
+
+ ( $akismet_user->account_type == 'free-api-key' && $akismet_user->status == 'active' ? __( 'Upgrade' , 'akismet') : __( 'Change' , 'akismet') ), 'redirect' => 'upgrade' ) ); ?> +
+
+
+
+
+ + +
+
-- cgit