equal
deleted
inserted
replaced
|
1 <?php |
|
2 |
|
3 //phpcs:disable VariableAnalysis |
|
4 // There are "undefined" variables here because they're defined in the code that includes this file as a template. |
|
5 |
|
6 ?> |
1 <form name="akismet_activate" action="https://akismet.com/get/" method="POST" target="_blank"> |
7 <form name="akismet_activate" action="https://akismet.com/get/" method="POST" target="_blank"> |
2 <input type="hidden" name="passback_url" value="<?php echo esc_url( Akismet_Admin::get_page_url() ); ?>"/> |
8 <input type="hidden" name="passback_url" value="<?php echo esc_url( Akismet_Admin::get_page_url() ); ?>"/> |
3 <input type="hidden" name="blog" value="<?php echo esc_url( get_option( 'home' ) ); ?>"/> |
9 <input type="hidden" name="blog" value="<?php echo esc_url( get_option( 'home' ) ); ?>"/> |
4 <input type="hidden" name="redirect" value="<?php echo isset( $redirect ) ? $redirect : 'plugin-signup'; ?>"/> |
10 <input type="hidden" name="redirect" value="<?php echo isset( $redirect ) ? $redirect : 'plugin-signup'; ?>"/> |
5 <input type="submit" class="<?php echo isset( $classes ) && count( $classes ) > 0 ? implode( ' ', $classes ) : 'akismet-button akismet-is-primary';?>" value="<?php echo esc_attr( $text ); ?>"/> |
11 <input type="submit" class="<?php echo isset( $classes ) && count( $classes ) > 0 ? implode( ' ', $classes ) : 'akismet-button';?>" value="<?php echo esc_attr( $text ); ?>"/> |
6 </form> |
12 </form> |