Changeset 845398
- Timestamp:
- 01/25/2014 09:07:01 PM (12 years ago)
- Location:
- authors/trunk
- Files:
-
- 2 edited
-
authors.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
authors/trunk/authors.php
r818550 r845398 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. 16 Version: 2.4.2 7 7 Author: Gavriel Fleischer 8 8 Author URI: http://blog.fleischer.hu/author/gavriel/ … … 526 526 foreach ( $exclude as $key => $val ) { 527 527 if ( !is_int( $val ) ) { 528 $val = trim($val, '"\''); 528 529 $user = get_user_by( 'login', $val ); 529 530 $exclude[$key] = $user->ID; -
authors/trunk/readme.txt
r818550 r845398 86 86 == Changelog == 87 87 88 = 2.4.2 = 89 * Fixed exclude bug 90 88 91 = 2.4.1 = 89 92 * Added Ball format (needs SEO-tag-cloud widget)
Note: See TracChangeset
for help on using the changeset viewer.