Recent Posts
Recent Comments
- Oscar Vesga on Group functionality
- MemphisPCGuy on Performance updates
- coolguruji on Intranet / Extranet plugin for WordPress
- Andrias Sundskarð on Performance updates
- Efoulsh on Performance updates
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 11 Comments
