Changeset 1885618
- Timestamp:
- 06/01/2018 07:02:03 PM (8 years ago)
- Location:
- phototools/trunk
- Files:
-
- 2 edited
-
phototools.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
phototools/trunk/phototools.php
r1883423 r1885618 6 6 /* 7 7 Plugin Name: phototools 8 Plugin URI: Donate link: https:// www.funsite.eu/plugins/&utm_source=readme&utm_campaign=phototools8 Plugin URI: Donate link: https://gerhardhoogterp.nl/plugins/&utm_source=readme&utm_campaign=phototools 9 9 Description: Dashboard widgets for photosites 10 10 Author: Gerhard Hoogterp 11 11 Version: 1.1 12 Author URI: https:// www.funsite.eu/12 Author URI: https://gerhardhoogterp.nl/ 13 13 */ 14 14 … … 278 278 $tf = get_option('time_format'); 279 279 $permalink = get_permalink($post->ID); 280 $editlink = 'https://www.funsite.eu/wp-admin/post.php?post=' . $post->ID . '&action=edit';280 $editlink = get_site_url().'/wp-admin/post.php?post=' . $post->ID . '&action=edit'; 281 281 ?> 282 282 <div class="phototools-showpost" style="background-image: url('<?php echo $thumb[0]; ?>')"> -
phototools/trunk/readme.txt
r1883423 r1885618 6 6 Requires PHP: 5.6 7 7 Stable tag: 1.1 8 Donate link: https:// www.funsite.eu/plugins/&utm_source=readme&utm_campaign=phototools8 Donate link: https://gerhardhoogterp.nl/plugins/&utm_source=readme&utm_campaign=phototools 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.