Changeset 1316019
- Timestamp:
- 12/25/2015 12:27:21 AM (10 years ago)
- Location:
- favorite-authors/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
README.txt (modified) (1 diff)
-
favorite-authors.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
favorite-authors/trunk/README.md
r1311356 r1316019 15 15 ###Changelog 16 16 17 v 1.0 18 * In development 17 = 1.0 = 18 * Initial release 19 20 = 1.1 = 21 * Favorited author number added 19 22 20 23 -
favorite-authors/trunk/README.txt
r1312163 r1316019 50 50 = 1.0 = 51 51 * Initial release 52 53 = 1.1 = 54 * Favorited author number added -
favorite-authors/trunk/favorite-authors.php
r1311356 r1316019 5 5 Description: Favorite Authors allows you to add all of your favorite authors on your account. 6 6 Author: writegnj 7 Version: 1. 07 Version: 1.1 8 8 Author URI: http://www.ohsikpark.com 9 9 Text Domain: favorite-authors … … 207 207 208 208 echo '<div class="fav_authors-wrap">'; 209 echo '<p class="fav-total">Total favorited author: '.$total.'</p>'; 209 210 echo '<div class="fav-authors-list" id="fav-authors-list">'; 210 211 foreach($fav_author_list as $fav_au ){
Note: See TracChangeset
for help on using the changeset viewer.