Changeset 45239
- Timestamp:
- 05/11/08 13:18:53 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
show-your-akismet-count-as-plain-text/trunk/akismet_count.php
r45232 r45239 12 12 echo "<a href='http://akismet.com/'>Akismet</a> has protected my blog from " . $akismetcount . " spam comments. Nice try!"; 13 13 } 14 function my_akismet_number() { 15 $akismetcount = number_format_i18n(get_option('akismet_spam_count')); 16 echo $akismetcount; 17 } 14 18 ?>
