Changeset 911689
- Timestamp:
- 05/10/2014 02:37:59 PM (12 years ago)
- Location:
- mg-quotes/trunk
- Files:
-
- 3 edited
-
includes/admin/list-table.php (modified) (1 diff)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mg-quotes/trunk/includes/admin/list-table.php
r909686 r911689 14 14 15 15 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 17 19 return $actions; 18 20 } -
mg-quotes/trunk/plugin.php
r911541 r911689 4 4 Plugin URI: http://mgiulio.info 5 5 Description: Manage and publish your favorite quotes with WordPress 6 Version: 1.0. 16 Version: 1.0.2 7 7 Author: Giulio 'mgiulio' Mainardi 8 8 Author URI: http://mgiulio.info -
mg-quotes/trunk/readme.txt
r911541 r911689 133 133 * Add screenshots 134 134 * 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.