Plugin Directory

Changeset 845398


Ignore:
Timestamp:
01/25/2014 09:07:01 PM (12 years ago)
Author:
flocsy
Message:

2.4.2 fixed exclude bug

Location:
authors/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • authors/trunk/authors.php

    r818550 r845398  
    44Plugin URI: http://blog.fleischer.hu/wordpress/authors/
    55Description: Authors Widget shows the list or cloud of the authors, with the number of posts, link to RSS feed next to their name, avatar. It is useful in a multi-author blog, where you want to have the list in the sidemenu.
    6 Version: 2.4.1
     6Version: 2.4.2
    77Author: Gavriel Fleischer
    88Author URI: http://blog.fleischer.hu/author/gavriel/
     
    526526            foreach ( $exclude as $key => $val ) {
    527527                if ( !is_int( $val ) ) {
     528                    $val = trim($val, '"\'');
    528529                    $user = get_user_by( 'login', $val );
    529530                    $exclude[$key] = $user->ID;
  • authors/trunk/readme.txt

    r818550 r845398  
    8686== Changelog ==
    8787
     88= 2.4.2 =
     89* Fixed exclude bug
     90
    8891= 2.4.1 =
    8992* Added Ball format (needs SEO-tag-cloud widget)
Note: See TracChangeset for help on using the changeset viewer.