Changeset 979956
- Timestamp:
- 09/04/2014 05:34:55 PM (12 years ago)
- Location:
- decode-reply-tool/trunk
- Files:
-
- 1 added
- 2 edited
-
humans.txt (added)
-
readme.txt (modified) (2 diffs)
-
reply-tool-loader.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
decode-reply-tool/trunk/readme.txt
r969995 r979956 5 5 Requires at least: 2.7 6 6 Tested up to: 4.0 7 Stable tag: 1.1. 87 Stable tag: 1.1.9 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.9 = 43 * Added humans.txt for credits 44 * Bumped tested up to version to 4.0 45 * Improved links to avoid redirects 46 * Improved addition of styles 47 42 48 = 1.1.8 = 43 49 * Sped up page rendering by inlining styles -
decode-reply-tool/trunk/reply-tool-loader.php
r959760 r979956 4 4 Plugin URI: http://ScottHSmith.com/projects/decode 5 5 Description: The perfect compliment to the Decode theme, this plugin allows your readership to reply to your posts via Twitter and App.net using a beautiful, simple reply tool placed on above or below your posts. 6 Version: 1.1. 86 Version: 1.1.9 7 7 Author: Scott Smith 8 8 Author URI: http://ScottHSmith.com/ … … 104 104 105 105 function decode_reply_tool_setup() { 106 load_plugin_textdomain( 'decode-reply-tool', false, dirname(plugin_basename(__FILE__)) . '/languages/');106 load_plugin_textdomain( 'decode-reply-tool', false, dirname( plugin_basename(__FILE__) ) . '/languages/' ); 107 107 } 108 108 add_action( 'init', 'decode_reply_tool_setup' ); … … 219 219 <?php 220 220 } 221 add_action( 'wp_head', 'decode_reply_tool_custom_css' , 11);221 add_action( 'wp_head', 'decode_reply_tool_custom_css' ); 222 222 223 223 // Enqueue script.
Note: See TracChangeset
for help on using the changeset viewer.