Plugin Directory

Changeset 2000071


Ignore:
Timestamp:
12/21/2018 10:55:48 PM (7 years ago)
Author:
jondor
Message:

fixed stupid bug

Location:
phototools/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • phototools/trunk/phototools.php

    r1999890 r2000071  
    22/**
    33 * @package phototools
    4  * @version 1.5
     4 * @version 1.6
    55 */
    66/*
     
    99Description: Dashboard widgets for photosites
    1010Author: Gerhard Hoogterp
    11 Version: 1.5
     11Version: 1.6
    1212Author URI: https://gerhardhoogterp.nl/
    1313*/
     
    602602//      print '<div style="text-align:right;">'.$this->current_time( 'mysql').'</div>';
    603603        foreach ($posts as $post):
    604                         if( !current_user_can('edit_others_pages') ):
     604                        if( current_user_can('edit_others_pages') ):
    605605                            $this->showPost($post);
    606606                            else:
  • phototools/trunk/readme.txt

    r1999890 r2000071  
    55Tested up to: 5.0.1
    66Requires PHP: 5.6
    7 Stable tag: 1.5
     7Stable tag: 1.6
    88Donate link: https://gerhardhoogterp.nl/plugins/&utm_source=readme&utm_campaign=phototools
    99License: GPLv2 or later
     
    6969Added a widget with the latest posts and an icon sized thumbnail form the image. Users with edit privileges can click the edit icon.
    7070
     71= 1.6 =
     72fixed a stupid mistake
     73
    7174== Upgrade Notice ==
    7275
Note: See TracChangeset for help on using the changeset viewer.