Plugin Directory

Changeset 1316019


Ignore:
Timestamp:
12/25/2015 12:27:21 AM (10 years ago)
Author:
writegnj
Message:

v 1.1 Favorited author number added

Location:
favorite-authors/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • favorite-authors/trunk/README.md

    r1311356 r1316019  
    1515###Changelog
    1616
    17 v 1.0
    18 * In development
     17= 1.0 =
     18* Initial release
     19
     20= 1.1 =
     21* Favorited author number added
    1922
    2023
  • favorite-authors/trunk/README.txt

    r1312163 r1316019  
    5050= 1.0 =
    5151* Initial release
     52
     53= 1.1 =
     54* Favorited author number added
  • favorite-authors/trunk/favorite-authors.php

    r1311356 r1316019  
    55Description: Favorite Authors allows you to add all of your favorite authors on your account.
    66Author: writegnj
    7 Version: 1.0
     7Version: 1.1
    88Author URI: http://www.ohsikpark.com
    99Text Domain: favorite-authors
     
    207207       
    208208        echo '<div class="fav_authors-wrap">';
     209            echo '<p class="fav-total">Total favorited author: '.$total.'</p>';
    209210            echo '<div class="fav-authors-list" id="fav-authors-list">';
    210211            foreach($fav_author_list as $fav_au ){
Note: See TracChangeset for help on using the changeset viewer.