Plugin Directory

Changeset 2083170


Ignore:
Timestamp:
05/08/2019 07:52:55 AM (7 years ago)
Author:
jondor
Message:

Fixed minor typo which disabled the WadM marker in the postlist
Bumped up to 5.2

Location:
wadmwidget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wadmwidget/trunk/readme.txt

    r1998320 r2083170  
    33Tags: WerkAanDeMuur, OhMyPrints, Phototools
    44Requires at least: 3.0.1
    5 Tested up to: 5.0.1
    6 Stable tag: 1.3
     5Tested up to: 5.2
     6Stable tag: 1.4
    77Requires PHP: 5.6
    88Donate link: https://gerhardhoogterp.nl/plugins/
     
    8181Fixed some minor compatabilitie issues.
    8282
     83= 1.4 =
     84Fixed minor typo which disabled the WadM marker in the postlist
    8385
    8486== Upgrade Notice ==
  • wadmwidget/trunk/wadmwidget.php

    r1998723 r2083170  
    22/**
    33 * @package wadmwidget
    4  * @version 1.3
     4 * @version 1.4
    55 */
    66/*
     
    99Description: Add a link to your work at Werk aan de Muur / Oh my Prints. Just add the Workcode to the post.
    1010Author: Gerhard Hoogterp
    11 Version: 1.3
     11Version: 1.4
    1212Author URI: https://www.funsite.eu/
    1313*/
     
    526526        ));
    527527
    528         add_filter('manage_post_columns', array(
     528        add_filter('manage_posts_columns', array(
    529529            $this,
    530530            'my_columns'
    531531        ));
    532         add_action('manage_post_custom_column', array(
     532        add_action('manage_posts_custom_column', array(
    533533            $this,
    534534            'my_show_columns'
Note: See TracChangeset for help on using the changeset viewer.