Changeset 1410744
- Timestamp:
- 05/05/2016 03:48:37 AM (10 years ago)
- Location:
- lbdesign-button-shortcode
- Files:
-
- 10 added
- 3 edited
-
tags/1.2 (added)
-
tags/1.2/css (added)
-
tags/1.2/css/lbdesign_button_shortcode.css (added)
-
tags/1.2/css/lbdesign_button_shortcode.css.map (added)
-
tags/1.2/img (added)
-
tags/1.2/img/icon-grey.png (added)
-
tags/1.2/js (added)
-
tags/1.2/js/lbdesign-button-shortcode.js (added)
-
tags/1.2/lbdesign-button-shortcode.php (added)
-
tags/1.2/readme.txt (added)
-
trunk/js/lbdesign-button-shortcode.js (modified) (2 diffs)
-
trunk/lbdesign-button-shortcode.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lbdesign-button-shortcode/trunk/js/lbdesign-button-shortcode.js
r1335233 r1410744 13 13 title : 'Insert button shortcode', 14 14 cmd : 'buttonshortcode', 15 image : '../../wp-content/plugins/lbdesign-button-shortcode/img/icon-grey.png'15 image : lbdbs_plugin.url + 'img/icon-grey.png' 16 16 }); 17 17 ed.addCommand('buttonshortcode', function() { … … 88 88 author : 'Lauren Pittenger @ LBDesign', 89 89 authorurl : 'http://lbdesign.tv', 90 version : "1. 1"90 version : "1.2" 91 91 }; 92 92 } -
lbdesign-button-shortcode/trunk/lbdesign-button-shortcode.php
r1335232 r1410744 6 6 * Author URI: http://laurenpittenger.com 7 7 * License: GPL 8 * Version: 1. 18 * Version: 1.2 9 9 */ 10 10 … … 73 73 74 74 } 75 76 /** 77 * Localize Script 78 */ 79 function lbdbs_admin_head() { 80 $plugin_url = plugins_url( '/', __FILE__ ); 81 ?> 82 <!-- TinyMCE Shortcode Plugin --> 83 <script type='text/javascript'> 84 var lbdbs_plugin = { 85 'url': '<?php echo $plugin_url; ?>', 86 }; 87 </script> 88 <!-- TinyMCE Shortcode Plugin --> 89 <?php 90 } 91 add_action( "admin_head", 'lbdbs_admin_head' ); -
lbdesign-button-shortcode/trunk/readme.txt
r1393290 r1410744 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.5 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 61 61 == Upgrade Notice == 62 62 63 = 1.2 = 64 65 * Fixes path to icon image 66 63 67 = 1.1 = 64 68
Note: See TracChangeset
for help on using the changeset viewer.