Changeset 1383734
- Timestamp:
- 04/01/2016 12:48:23 AM (10 years ago)
- Location:
- favorite-authors/trunk
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
README.txt (modified) (2 diffs)
-
favorite-authors.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
favorite-authors/trunk/README.md
r1316019 r1383734 21 21 * Favorited author number added 22 22 23 = 1.2 = 24 * Replaced get_currentuserinfo() with wp_get_current_user() for WordPress 4.5 25 23 26 24 27 ###License: GPLv2 or later -
favorite-authors/trunk/README.txt
r1316019 r1383734 4 4 Tags: follow author, favorite author, follow, favorite, bookmark author, bookmark, subscribe author, subscribe, like author, like 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 47 Stable tag: 4. 46 Tested up to: 4.5 7 Stable tag: 4.5 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 53 53 = 1.1 = 54 54 * Favorited author number added 55 56 = 1.2 = 57 * Replaced get_currentuserinfo() with wp_get_current_user() for WordPress 4.5 -
favorite-authors/trunk/favorite-authors.php
r1316019 r1383734 5 5 Description: Favorite Authors allows you to add all of your favorite authors on your account. 6 6 Author: writegnj 7 Version: 1. 17 Version: 1.2 8 8 Author URI: http://www.ohsikpark.com 9 9 Text Domain: favorite-authors … … 49 49 function fav_authors_get_user_id(){ 50 50 global $current_user; 51 get_currentuserinfo();51 wp_get_current_user(); 52 52 return $current_user->ID; 53 53 }
Note: See TracChangeset
for help on using the changeset viewer.