Changeset 1745539
- Timestamp:
- 10/12/2017 03:48:51 PM (8 years ago)
- Location:
- lbdesign-button-shortcode/trunk
- Files:
-
- 3 edited
-
js/lbdesign-button-shortcode.js (modified) (1 diff)
-
lbdesign-button-shortcode.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lbdesign-button-shortcode/trunk/js/lbdesign-button-shortcode.js
r1729472 r1745539 92 92 author : 'Lauren Pittenger @ LBDesign', 93 93 authorurl : 'http://lbdesign.tv', 94 version : "1.3. 1"94 version : "1.3.2" 95 95 }; 96 96 } -
lbdesign-button-shortcode/trunk/lbdesign-button-shortcode.php
r1729472 r1745539 6 6 * Author URI: http://laurenpittenger.com 7 7 * License: GPL 8 * Version: 1.3. 18 * Version: 1.3.2 9 9 */ 10 10 … … 60 60 function lbdesign_tinymce_buttons() { 61 61 62 add_filter( 'mce_external_plugins', 'lbdesign_add_buttons' ); // hooks plugin to TinyMCE 63 add_filter( 'mce_buttons', 'lbdesign_register_buttons' ); // used to show which buttons to show on TinyMCE 62 if ( is_admin() && current_user_can( 'edit_posts' ) && current_user_can( 'edit_pages' ) ) { 63 add_filter( 'mce_external_plugins', 'lbdesign_add_buttons' ); // hooks plugin to TinyMCE 64 add_filter( 'mce_buttons', 'lbdesign_register_buttons' ); // used to show which buttons to show on TinyMCE 65 } 64 66 65 67 } -
lbdesign-button-shortcode/trunk/readme.txt
r1741757 r1745539 4 4 Requires at least: 3.0.1 5 5 Tested up to: 4.8.2 6 Stable tag: 1.3. 16 Stable tag: 1.3.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 == Changelog == 51 51 52 = 1.3.2 = 53 54 * Adds a check so TinyMCE button only loads in admin 55 52 56 = 1.3.1 = 53 57
Note: See TracChangeset
for help on using the changeset viewer.