Plugin Directory

Changeset 462886


Ignore:
Timestamp:
11/14/2011 10:50:09 PM (14 years ago)
Author:
Rincewind
Message:
  • Fixed twitter link & version number of plugin.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-realtime-sitemap/trunk/wp-realtime-sitemap.php

    r462879 r462886  
    2727*/
    2828
    29 define('WPRealtimeSitemap_Version', '1.5.3');
     29define('WPRealtimeSitemap_Version', '1.5.4');
    3030
    3131if (!class_exists('WPRealtimeSitemap')) {
     
    15081508        <div style="width:450px; height: 194px; border:1px solid #dddddd; background:#fff; padding:20px 20px; float: left;">
    15091509            <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>
    15111511            <map name="donatemap">
    15121512                <area border="1" shape="rect" coords="0,0,108,54" href="http://goo.gl/ddoa5" alt="<?php _e('Donate with PayPal', 'wp-realtime-sitemap'); ?>" />
    15131513                <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'); ?>" />
    15151515            </map>
    15161516            <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.