芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/akismet/class.akismet-widget.php
__( 'Display the number of spam comments Akismet has caught' , 'akismet') ) ); if ( is_active_widget( false, false, $this->id_base ) ) { add_action( 'wp_head', array( $this, 'css' ) ); } } function css() { ?>
%1$s spam blocked by
Akismet
', '
%1$s spam
blocked by
Akismet
', $count, 'akismet' ), number_format_i18n( $count ) ), array( 'strong' => array( 'class' => true, ), ) ); ?>