Changeset 168915
- Timestamp:
- 10/31/2009 02:12:13 AM (16 years ago)
- Location:
- list-authors-plus
- Files:
-
- 5 added
- 2 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/list-authors-plus.php (added)
-
tags/1.0.1/lpap-widgetcontrol.php (added)
-
tags/1.0.1/readme.txt (added)
-
trunk/list-authors-plus.php (modified) (1 diff)
-
trunk/list-authors-plus.zip (added)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
list-authors-plus/trunk/list-authors-plus.php
r91941 r168915 378 378 function wp_list_authors_plus( $args ) { 379 379 global $lpap; 380 $lpap->listPostAuthors( $args );380 return $lpap->listPostAuthors( $args ); 381 381 } 382 382 } -
list-authors-plus/trunk/readme.txt
r69147 r168915 1 1 === List Authors Plus === 2 Contributors: L Chandler2 Contributors: Nick Orhn, L Chandler 3 3 Donate link: http://techbasedmarketing.com/plugins 4 4 Tags: admin, authors, template tags 5 5 Requires at least: 2.5 6 Tested up to: 2. 6.27 Stable tag: 1.0. 06 Tested up to: 2.8.x 7 Stable tag: 1.0.1 8 8 9 9 Adds a new template tag and widget for listing authors. The template customizes and extends wp_list_authors. … … 42 42 ) 43 43 );` 44 == Changelog == 45 1.0.1 - bug fix, thanks to Aaron Overton
Note: See TracChangeset
for help on using the changeset viewer.