Changeset 1767702
- Timestamp:
- 11/16/2017 08:14:43 AM (8 years ago)
- Location:
- authors/trunk
- Files:
-
- 2 edited
-
authors.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
authors/trunk/authors.php
r1589753 r1767702 4 4 Plugin URI: http://blog.fleischer.hu/wordpress/authors/ 5 5 Description: 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. 56 Version: 2.4.6 7 7 Author: Gavriel Fleischer 8 8 Author URI: http://blog.fleischer.hu/author/gavriel/ … … 525 525 foreach ( $include as $key => $val ) { 526 526 if ( !is_int( $val ) ) { 527 $val = trim($val, '"\''); 527 528 $user = get_user_by( 'login', $val ); 528 529 $include[$key] = $user->ID; -
authors/trunk/readme.txt
r1589753 r1767702 4 4 Tags: authors, author, multi-author, multi-user, list, sidemenu, sidebar, links, widgets, widget, plugin, avatar, gravatar 5 5 Requires at least: 2.0.2 6 Tested up to: 4. 66 Tested up to: 4.9 7 7 Stable tag: trunk 8 8 … … 88 88 89 89 == Changelog == 90 91 = 2.4.6 = 92 * Fixed include bug 90 93 91 94 = 2.4.5 =
Note: See TracChangeset
for help on using the changeset viewer.