Plugin Directory


Ignore:
Timestamp:
03/11/2014 04:21:13 PM (12 years ago)
Author:
eoigal
Message:

Replace multiple get page url methods with just one. Add a note under the auto delete spam from old posts setting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/views/stats.php

    r873032 r873492  
    11<div class="wrap">
    2     <h2><?php _e( 'Akismet Stats' );?><?php if ( !isset( $hide_settings_link ) ): ?> <a href="<?php echo esc_attr( Akismet_Admin::get_configuration_page_url() );?>" class="add-new-h2"><?php _e( 'Settings' );?></a><?php endif;?></h2>
     2    <h2><?php _e( 'Akismet Stats' );?><?php if ( !isset( $hide_settings_link ) ): ?> <a href="<?php echo esc_attr( Akismet_Admin::get_page_url() );?>" class="add-new-h2"><?php _e( 'Settings' );?></a><?php endif;?></h2>
    33    <iframe src="<?php echo esc_url( sprintf( '%s://akismet.com/web/1.0/user-stats.php?blog=%s&api_key=%s', is_ssl()?'https':'http', urlencode( get_bloginfo('url') ), Akismet::get_api_key() ) ); ?>" width="100%" height="2500px" frameborder="0" id="akismet-stats-frame"></iframe>
    44</div>
Note: See TracChangeset for help on using the changeset viewer.