Changeset 2083168
- Timestamp:
- 05/08/2019 07:49:07 AM (7 years ago)
- Location:
- geo2wikipedia/trunk
- Files:
-
- 2 edited
-
geo2wikipedia.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
geo2wikipedia/trunk/geo2wikipedia.php
r1998132 r2083168 2 2 /** 3 3 * @package geo2wikipedia 4 * @version 1. 24 * @version 1.3 5 5 */ 6 6 /* … … 9 9 Description: Add wikipedia extracts to your page as a widgid, above or under your content or using shortcode's wherever you like. 10 10 Author: Gerhard Hoogterp 11 Version: 1. 211 Version: 1.3 12 12 Author URI: https://gerhardhoogterp.nl/ 13 13 */ … … 567 567 )); 568 568 569 570 add_filter('manage_post_columns', array( 569 add_filter('manage_posts_columns', array( 571 570 $this, 572 571 'my_columns' 573 572 )); 574 add_action('manage_post _custom_column', array(573 add_action('manage_posts_custom_column', array( 575 574 $this, 576 575 'my_show_columns' -
geo2wikipedia/trunk/readme.txt
r1998132 r2083168 3 3 Tags: EXIF, wikipedia, phototools 4 4 Requires at least: 3.0.1 5 Tested up to: 5. 0.15 Tested up to: 5.2 6 6 Requires PHP: 5.6 7 7 Donate link: https://gerhardhoogterp.nl/plugins/ 8 Stable tag: 1. 28 Stable tag: 1.3 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 94 94 Fixed a few compatability issues with other plugins 95 95 96 = 1.3 = 97 Fixed minor typo which disabled the W marker in the postlist 98 96 99 == Upgrade Notice == 97 100
Note: See TracChangeset
for help on using the changeset viewer.