Changeset 873492 for akismet/trunk/views/stats.php
- Timestamp:
- 03/11/2014 04:21:13 PM (12 years ago)
- File:
-
- 1 edited
-
akismet/trunk/views/stats.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
akismet/trunk/views/stats.php
r873032 r873492 1 1 <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> 3 3 <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> 4 4 </div>
Note: See TracChangeset
for help on using the changeset viewer.