Changeset 2000071
- Timestamp:
- 12/21/2018 10:55:48 PM (7 years ago)
- Location:
- phototools/trunk
- Files:
-
- 2 edited
-
phototools.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
phototools/trunk/phototools.php
r1999890 r2000071 2 2 /** 3 3 * @package phototools 4 * @version 1. 54 * @version 1.6 5 5 */ 6 6 /* … … 9 9 Description: Dashboard widgets for photosites 10 10 Author: Gerhard Hoogterp 11 Version: 1. 511 Version: 1.6 12 12 Author URI: https://gerhardhoogterp.nl/ 13 13 */ … … 602 602 // print '<div style="text-align:right;">'.$this->current_time( 'mysql').'</div>'; 603 603 foreach ($posts as $post): 604 if( !current_user_can('edit_others_pages') ):604 if( current_user_can('edit_others_pages') ): 605 605 $this->showPost($post); 606 606 else: -
phototools/trunk/readme.txt
r1999890 r2000071 5 5 Tested up to: 5.0.1 6 6 Requires PHP: 5.6 7 Stable tag: 1. 57 Stable tag: 1.6 8 8 Donate link: https://gerhardhoogterp.nl/plugins/&utm_source=readme&utm_campaign=phototools 9 9 License: GPLv2 or later … … 69 69 Added a widget with the latest posts and an icon sized thumbnail form the image. Users with edit privileges can click the edit icon. 70 70 71 = 1.6 = 72 fixed a stupid mistake 73 71 74 == Upgrade Notice == 72 75
Note: See TracChangeset
for help on using the changeset viewer.