Changeset 2083170
- Timestamp:
- 05/08/2019 07:52:55 AM (7 years ago)
- Location:
- wadmwidget/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wadmwidget.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wadmwidget/trunk/readme.txt
r1998320 r2083170 3 3 Tags: WerkAanDeMuur, OhMyPrints, Phototools 4 4 Requires at least: 3.0.1 5 Tested up to: 5. 0.16 Stable tag: 1. 35 Tested up to: 5.2 6 Stable tag: 1.4 7 7 Requires PHP: 5.6 8 8 Donate link: https://gerhardhoogterp.nl/plugins/ … … 81 81 Fixed some minor compatabilitie issues. 82 82 83 = 1.4 = 84 Fixed minor typo which disabled the WadM marker in the postlist 83 85 84 86 == Upgrade Notice == -
wadmwidget/trunk/wadmwidget.php
r1998723 r2083170 2 2 /** 3 3 * @package wadmwidget 4 * @version 1. 34 * @version 1.4 5 5 */ 6 6 /* … … 9 9 Description: Add a link to your work at Werk aan de Muur / Oh my Prints. Just add the Workcode to the post. 10 10 Author: Gerhard Hoogterp 11 Version: 1. 311 Version: 1.4 12 12 Author URI: https://www.funsite.eu/ 13 13 */ … … 526 526 )); 527 527 528 add_filter('manage_post _columns', array(528 add_filter('manage_posts_columns', array( 529 529 $this, 530 530 'my_columns' 531 531 )); 532 add_action('manage_post _custom_column', array(532 add_action('manage_posts_custom_column', array( 533 533 $this, 534 534 'my_show_columns'
Note: See TracChangeset
for help on using the changeset viewer.