Changeset 462886
- Timestamp:
- 11/14/2011 10:50:09 PM (14 years ago)
- File:
-
- 1 edited
-
wp-realtime-sitemap/trunk/wp-realtime-sitemap.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-realtime-sitemap/trunk/wp-realtime-sitemap.php
r462879 r462886 27 27 */ 28 28 29 define('WPRealtimeSitemap_Version', '1.5. 3');29 define('WPRealtimeSitemap_Version', '1.5.4'); 30 30 31 31 if (!class_exists('WPRealtimeSitemap')) { … … 1508 1508 <div style="width:450px; height: 194px; border:1px solid #dddddd; background:#fff; padding:20px 20px; float: left;"> 1509 1509 <h3 style="margin:0; padding:0;"><?php _e('Donate with PayPal', 'wp-realtime-sitemap'); ?></h3> 1510 <p><?php echo sprintf(esc_attr__('If you like this plugin and find it useful, help keep this plugin free and actively developed by clicking the %s button or send me a gift from my %s. Also dont forget to follow me on %s.', 'wp-realtime-sitemap'), '<a href="http://goo.gl/ddoa5" title="' . __('Donate with PayPal', 'wp-realtime-sitemap') . '">' . __('donate', 'wp-realtime-sitemap') . '</a>', '<a href="http://goo.gl/yrM92" title="' . __('Amazon WishList', 'wp-realtime-sitemap') . '">' . __('Amazon WishList', 'wp-realtime-sitemap') . '</a>', '<a href="http://goo.gl/ jdOfL" title="' . __('Twitter', 'wp-realtime-sitemap') . '">' . __('Twitter', 'wp-realtime-sitemap') . '</a>'); ?></p>1510 <p><?php echo sprintf(esc_attr__('If you like this plugin and find it useful, help keep this plugin free and actively developed by clicking the %s button or send me a gift from my %s. Also dont forget to follow me on %s.', 'wp-realtime-sitemap'), '<a href="http://goo.gl/ddoa5" title="' . __('Donate with PayPal', 'wp-realtime-sitemap') . '">' . __('donate', 'wp-realtime-sitemap') . '</a>', '<a href="http://goo.gl/yrM92" title="' . __('Amazon WishList', 'wp-realtime-sitemap') . '">' . __('Amazon WishList', 'wp-realtime-sitemap') . '</a>', '<a href="http://goo.gl/gxzzu" title="' . __('Twitter', 'wp-realtime-sitemap') . '">' . __('Twitter', 'wp-realtime-sitemap') . '</a>'); ?></p> 1511 1511 <map name="donatemap"> 1512 1512 <area border="1" shape="rect" coords="0,0,108,54" href="http://goo.gl/ddoa5" alt="<?php _e('Donate with PayPal', 'wp-realtime-sitemap'); ?>" /> 1513 1513 <area border="1" shape="rect" coords="113,0,221,54" href="http://goo.gl/yrM92" alt="<?php _e('Amazon WishList', 'wp-realtime-sitemap'); ?>" /> 1514 <area border="1" shape="rect" coords="226,0,334,54" href="http://goo.gl/ jdOfL" alt="<?php _e('Twitter', 'wp-realtime-sitemap'); ?>" />1514 <area border="1" shape="rect" coords="226,0,334,54" href="http://goo.gl/gxzzu" alt="<?php _e('Twitter', 'wp-realtime-sitemap'); ?>" /> 1515 1515 </map> 1516 1516 <img border="1" src="<?php echo $this->plugin_base_url; ?>/images/donate.jpg" usemap="#donatemap" />
Note: See TracChangeset
for help on using the changeset viewer.