diff -r 346c88efed21 -r 5e2f62d02dcd wp/wp-content/plugins/akismet/views/start.php
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/wp/wp-content/plugins/akismet/views/start.php Tue Jun 09 03:35:32 2015 +0200
@@ -0,0 +1,95 @@
+
status, array( 'active', 'active-dunning', 'no-sub', 'missing', 'cancelled', 'suspended' ) ) ) :
+ if ( $akismet_user->status == 'missing' ) :?>
+
+
+
+
+ user_email ); ?>
+
+
+
+status == 'cancelled' ) :?>
+
+
+
+
+ user_email ); ?>
+
+
+
+status == 'suspended' ) : ?>
+
+
+
+
user_email ); ?>
+
+
+
+
+
+
+
+
+ user_email ); ?>
+
+
+
+
+
+
+ __( 'Register a different email address' , 'akismet'), 'classes' => array( 'right', 'button', 'button-secondary' ) ) ); ?>
+
+
+
+
+
+
+ __( 'Get your API key' , 'akismet'), 'classes' => array( 'right', 'button', 'button-primary' ) ) ); ?>
+
+
+
\ No newline at end of file