Plugin Directory


Ignore:
Timestamp:
04/11/2014 01:06:51 PM (12 years ago)
Author:
eoigal
Message:

tidy up links back to akismet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/class.akismet-admin.php

    r890710 r891336  
    276276                '<a href="%1$s">Akismet</a> has protected your site from <a href="%2$s">%3$s spam comments</a>.',
    277277                $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>';
    279279    }
    280280
     
    295295                '<a href="%1$s">Akismet</a> has protected your site from %2$s spam comments already. ',
    296296                $count
    297             , 'akismet'), 'http://akismet.com/?return=true', number_format_i18n( $count ) );
     297            , 'akismet'), 'https://akismet.com/wordpress/', number_format_i18n( $count ) );
    298298        } 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/' );
    300300        }
    301301
Note: See TracChangeset for help on using the changeset viewer.