Plugin Directory

Changeset 911689


Ignore:
Timestamp:
05/10/2014 02:37:59 PM (12 years ago)
Author:
giuliom
Message:

1.0.2

Location:
mg-quotes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • mg-quotes/trunk/includes/admin/list-table.php

    r909686 r911689  
    1414   
    1515    function row_actions($actions, $post) {
    16         $actions = array_merge(array('id' => "ID: $post->ID"), $actions);
     16        if ($post->post_type === 'mg_qt_quote')
     17            $actions = array_merge(array('id' => "ID: $post->ID"), $actions);
     18       
    1719        return $actions;
    1820    }
  • mg-quotes/trunk/plugin.php

    r911541 r911689  
    44Plugin URI: http://mgiulio.info
    55Description: Manage and publish your favorite quotes with WordPress
    6 Version: 1.0.1
     6Version: 1.0.2
    77Author: Giulio 'mgiulio' Mainardi
    88Author URI: http://mgiulio.info
  • mg-quotes/trunk/readme.txt

    r911541 r911689  
    133133* Add screenshots
    134134* readme.txt fixes and updates
     135
     136= 1.0.2 =
     137* Fix: display post ID only on quote CPT list table
Note: See TracChangeset for help on using the changeset viewer.