Plugin Directory

Changeset 1767702


Ignore:
Timestamp:
11/16/2017 08:14:43 AM (8 years ago)
Author:
flocsy
Message:

2.4.6: fixed include bug

Location:
authors/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • authors/trunk/authors.php

    r1589753 r1767702  
    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.5
     6Version: 2.4.6
    77Author: Gavriel Fleischer
    88Author URI: http://blog.fleischer.hu/author/gavriel/
     
    525525            foreach ( $include as $key => $val ) {
    526526                if ( !is_int( $val ) ) {
     527                    $val = trim($val, '"\'');
    527528                    $user = get_user_by( 'login', $val );
    528529                    $include[$key] = $user->ID;
  • authors/trunk/readme.txt

    r1589753 r1767702  
    44Tags: authors, author, multi-author, multi-user, list, sidemenu, sidebar, links, widgets, widget, plugin, avatar, gravatar
    55Requires at least: 2.0.2
    6 Tested up to: 4.6
     6Tested up to: 4.9
    77Stable tag: trunk
    88
     
    8888
    8989== Changelog ==
     90
     91= 2.4.6 =
     92* Fixed include bug
    9093
    9194= 2.4.5 =
Note: See TracChangeset for help on using the changeset viewer.