Changeset 765061
- Timestamp:
- 08/31/2013 09:38:38 AM (13 years ago)
- Location:
- responsive-mobile-friendly-tooltip
- Files:
-
- 6 edited
- 1 copied
-
tags/1.3 (copied) (copied from responsive-mobile-friendly-tooltip/trunk)
-
tags/1.3/readme.txt (modified) (2 diffs)
-
tags/1.3/responsive-tooltip-tinyMCE.js (modified) (1 diff)
-
tags/1.3/responsive-tooltip.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/responsive-tooltip-tinyMCE.js (modified) (1 diff)
-
trunk/responsive-tooltip.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
responsive-mobile-friendly-tooltip/tags/1.3/readme.txt
r755739 r765061 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.5.1 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 46 46 = 1.2 = 47 * Bug fix- Dialog underlay. 48 49 = 1.2 = 47 50 * Bug fix- Fixed the blinking\flashing tip (Hopefully). 48 51 -
responsive-mobile-friendly-tooltip/tags/1.3/responsive-tooltip-tinyMCE.js
r699977 r765061 20 20 resizable: false, 21 21 modal: true, 22 dialogClass: 'wp-dialog', 22 23 buttons: { 23 24 "OK": function() { -
responsive-mobile-friendly-tooltip/tags/1.3/responsive-tooltip.php
r755733 r765061 4 4 Plugin URI: https://github.com/ItayXD/responsive-tooltip 5 5 Description: Responsive and mobile-friendly tooltip to present tiny amount of hidden content - the tip. 6 Version: 1. 26 Version: 1.3 7 7 Author: ItayXD; 8 8 Author URI: itayxd.com … … 39 39 function RMFtooltip_button() { 40 40 41 if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) {41 /* if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) { 42 42 return; 43 43 } 44 44 45 if ( get_user_option('rich_editing') == 'true' ) { 45 if ( get_user_option('rich_editing') == 'true' ) {*/ 46 46 add_filter( 'mce_external_plugins', 'RMFtooltip_add_plugin' ); 47 47 add_filter( 'mce_buttons', 'RMFtooltip_register_button' ); 48 }48 // } 49 49 50 50 } -
responsive-mobile-friendly-tooltip/trunk/readme.txt
r755739 r765061 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.5.1 6 Stable tag: 1. 26 Stable tag: 1.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 45 45 46 46 = 1.2 = 47 * Bug fix- Dialog underlay. 48 49 = 1.2 = 47 50 * Bug fix- Fixed the blinking\flashing tip (Hopefully). 48 51 -
responsive-mobile-friendly-tooltip/trunk/responsive-tooltip-tinyMCE.js
r699977 r765061 20 20 resizable: false, 21 21 modal: true, 22 dialogClass: 'wp-dialog', 22 23 buttons: { 23 24 "OK": function() { -
responsive-mobile-friendly-tooltip/trunk/responsive-tooltip.php
r755733 r765061 4 4 Plugin URI: https://github.com/ItayXD/responsive-tooltip 5 5 Description: Responsive and mobile-friendly tooltip to present tiny amount of hidden content - the tip. 6 Version: 1. 26 Version: 1.3 7 7 Author: ItayXD; 8 8 Author URI: itayxd.com … … 39 39 function RMFtooltip_button() { 40 40 41 if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) {41 /* if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) { 42 42 return; 43 43 } 44 44 45 if ( get_user_option('rich_editing') == 'true' ) { 45 if ( get_user_option('rich_editing') == 'true' ) {*/ 46 46 add_filter( 'mce_external_plugins', 'RMFtooltip_add_plugin' ); 47 47 add_filter( 'mce_buttons', 'RMFtooltip_register_button' ); 48 }48 // } 49 49 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.