Plugin Directory

Changeset 168915


Ignore:
Timestamp:
10/31/2009 02:12:13 AM (16 years ago)
Author:
lynettechandler
Message:
 
Location:
list-authors-plus
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • list-authors-plus/trunk/list-authors-plus.php

    r91941 r168915  
    378378    function wp_list_authors_plus( $args ) {
    379379        global $lpap;
    380         $lpap->listPostAuthors( $args );
     380        return $lpap->listPostAuthors( $args );
    381381    }
    382382}
  • list-authors-plus/trunk/readme.txt

    r69147 r168915  
    11=== List Authors Plus ===
    2 Contributors: L Chandler
     2Contributors: Nick Orhn, L Chandler
    33Donate link: http://techbasedmarketing.com/plugins
    44Tags: admin, authors, template tags
    55Requires at least: 2.5
    6 Tested up to: 2.6.2
    7 Stable tag: 1.0.0
     6Tested up to: 2.8.x
     7Stable tag: 1.0.1
    88
    99Adds a new template tag and widget for listing authors.  The template customizes and extends wp_list_authors.
     
    4242    )
    4343);`
     44== Changelog ==
     451.0.1 - bug fix, thanks to Aaron Overton
Note: See TracChangeset for help on using the changeset viewer.