Changeset 891336 for akismet/trunk/class.akismet-admin.php
- Timestamp:
- 04/11/2014 01:06:51 PM (12 years ago)
- File:
-
- 1 edited
-
akismet/trunk/class.akismet-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
akismet/trunk/class.akismet-admin.php
r890710 r891336 276 276 '<a href="%1$s">Akismet</a> has protected your site from <a href="%2$s">%3$s spam comments</a>.', 277 277 $count 278 , 'akismet'), 'http ://akismet.com/?return=true', esc_url( add_query_arg( array( 'page' => 'akismet-admin' ), admin_url( isset( $submenu['edit-comments.php'] ) ? 'edit-comments.php' : 'edit.php' ) ) ), number_format_i18n($count) ).'</p>';278 , 'akismet'), 'https://akismet.com/wordpress/', esc_url( add_query_arg( array( 'page' => 'akismet-admin' ), admin_url( isset( $submenu['edit-comments.php'] ) ? 'edit-comments.php' : 'edit.php' ) ) ), number_format_i18n($count) ).'</p>'; 279 279 } 280 280 … … 295 295 '<a href="%1$s">Akismet</a> has protected your site from %2$s spam comments already. ', 296 296 $count 297 , 'akismet'), 'http ://akismet.com/?return=true', number_format_i18n( $count ) );297 , 'akismet'), 'https://akismet.com/wordpress/', number_format_i18n( $count ) ); 298 298 } else { 299 $intro = sprintf( __('<a href="%s">Akismet</a> blocks spam from getting to your blog. ', 'akismet'), 'http ://akismet.com/?return=true' );299 $intro = sprintf( __('<a href="%s">Akismet</a> blocks spam from getting to your blog. ', 'akismet'), 'https://akismet.com/wordpress/' ); 300 300 } 301 301
Note: See TracChangeset
for help on using the changeset viewer.