Changeset 856738
- Timestamp:
- 02/12/2014 11:33:38 PM (12 years ago)
- Location:
- decode-reply-tool
- Files:
-
- 12 added
- 2 edited
-
tags/1.1.5 (added)
-
tags/1.1.5/decode-reply-tool-script.js (added)
-
tags/1.1.5/decode-reply-tool-style.css (added)
-
tags/1.1.5/languages (added)
-
tags/1.1.5/languages/decode-reply-tool-de_DE.mo (added)
-
tags/1.1.5/languages/decode-reply-tool-de_DE.po (added)
-
tags/1.1.5/languages/decode-reply-tool-fr_FR.mo (added)
-
tags/1.1.5/languages/decode-reply-tool-fr_FR.po (added)
-
tags/1.1.5/languages/decode-reply-tool.pot (added)
-
tags/1.1.5/readme.txt (added)
-
tags/1.1.5/reply-tool-insert.php (added)
-
tags/1.1.5/reply-tool-loader.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/reply-tool-insert.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
decode-reply-tool/trunk/readme.txt
r856722 r856738 5 5 Requires at least: 2.7 6 6 Tested up to: 3.8.1 7 Stable tag: 1.1. 47 Stable tag: 1.1.5 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0-standalone.html … … 40 40 == Changelog == 41 41 42 = 1.1.5 = 43 * Reduced number of PHP calls 44 42 45 = 1.1.4 = 43 46 * Reply Tool now doesn't need jQuery -
decode-reply-tool/trunk/reply-tool-insert.php
r761909 r856738 1 1 <div class="decode-reply-tool-plugin"> 2 2 3 <a href=" https://twitter.com/intent/tweet?screen_name=<?php echo get_option( 'twitter-username' ); ?>&text=(about%3A%20<?php the_permalink(); ?>)" class="twitterreply replylink left" target="_blank" data-related="<?php echo get_option( 'twitter-username' ); ?>"><?php _e( 'With Twitter', 'decode-reply-tool' ); ?></a>3 <a href="<?php echo esc_url( 'https://twitter.com/intent/tweet?screen_name=' . get_option( 'twitter-username' ) . '&text=(about%3A%20' ); echo the_permalink() . ')'; ?>" class="twitterreply replylink left" target="_blank" data-related="<?php echo get_option( 'twitter-username' ); ?>"><?php _e( 'With Twitter', 'decode-reply-tool' ); ?></a> 4 4 5 5 <div class="replytrigger"><?php _e( 'Reply', 'decode-reply-tool' ); ?></div> 6 6 7 <a href=" https://alpha.app.net/intent/post?text=@<?php echo get_option( 'adn-username' ); ?> (about%3A%20<?php the_permalink(); ?>)" class="adnreply replylink right" target="_blank"><?php _e( 'With ADN', 'decode-reply-tool' ); ?></a>7 <a href="<?php echo esc_url( 'https://alpha.app.net/intent/post?text=@' . get_option( 'adn-username' ) . ' (about%3A%20' ); echo the_permalink() . ')'; ?>" class="adnreply replylink right" target="_blank"><?php _e( 'With ADN', 'decode-reply-tool' ); ?></a> 8 8 9 9 </div>
Note: See TracChangeset
for help on using the changeset viewer.