Recent Posts
Recent Comments
- Andris on Performance updates
- Bjarke on Recent comments
- Bjarke on Recent comments
- Andrias Sundskarð on Recent comments
- Andrias Sundskarð on Recent comments
Monthly Archives: January 2009
Recent comments
To prevent comments from protected pages from appearing in “Recent comments” widget, open up “/wp-includes/widgets.php” and replace the function “wordpress_wp_widget_recent_comments” with this code: function wordpress_wp_widget_recent_comments($args) { global $wpdb, $comments, $comment, $current_user; extract($args, EXTR_SKIP); $options = get_option(’widget_recent_comments’); $title = empty($options['title']) ? … Continue reading
Posted in wpNamedUsers 29 Comments
Internationalization
I’ve made some changes to the plugin to support internationalization. The POT file is placed in the plugin directory. Let me know if you find any bugs! I’ve included a danish translation. Please write a comment if you want to … Continue reading
Posted in wpNamedUsers 10 Comments
