Changeset 7206

Show
Ignore:
Timestamp:
01/04/07 15:08:35 (2 years ago)
Author:
GamerZ
Message:

Stats Options Top % Stats Fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wp-stats/trunk/stats/stats-options.php

    r6777 r7206  
    109109                                          } 
    110110                                    ?> 
    111                                     <p><strong><?php sprintf(_e('Top %s Stats', 'wp-stats'), get_settings('stats_mostlimit')); ?></strong></p> 
     111                                    <p><strong><?php printf(__('Top %s Stats', 'wp-stats'), get_settings('stats_mostlimit')); ?></strong></p> 
    112112                                    <input type="checkbox" name="stats_display[]" value="recent_posts"<?php checked(1, $stats_display['recent_posts']); ?> />&nbsp;&nbsp;<?php echo $stats_mostlimit ?> <?php _e('Most Recent Posts', 'wp-stats'); ?><br /> 
    113113                                    <input type="checkbox" name="stats_display[]" value="recent_commtents"<?php checked(1, $stats_display['recent_commtents']); ?> />&nbsp;&nbsp;<?php echo $stats_mostlimit ?> <?php _e('Most Recent Comments', 'wp-stats'); ?><br />