Plugin Directory

Changeset 765061


Ignore:
Timestamp:
08/31/2013 09:38:38 AM (13 years ago)
Author:
ItayXD
Message:

Dialog underlay bug fix - Version 1.3

Location:
responsive-mobile-friendly-tooltip
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • responsive-mobile-friendly-tooltip/tags/1.3/readme.txt

    r755739 r765061  
    44Requires at least: 3.0.1
    55Tested up to: 3.5.1
    6 Stable tag: 1.2
     6Stable tag: 1.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545
    4646= 1.2 =
     47*   Bug fix- Dialog underlay.
     48
     49= 1.2 =
    4750*   Bug fix- Fixed the blinking\flashing tip (Hopefully).
    4851
  • responsive-mobile-friendly-tooltip/tags/1.3/responsive-tooltip-tinyMCE.js

    r699977 r765061  
    2020                        resizable: false,
    2121                        modal: true,
     22                        dialogClass: 'wp-dialog',
    2223                        buttons: {
    2324                            "OK": function() {
  • responsive-mobile-friendly-tooltip/tags/1.3/responsive-tooltip.php

    r755733 r765061  
    44   Plugin URI: https://github.com/ItayXD/responsive-tooltip
    55   Description: Responsive and mobile-friendly tooltip to present tiny amount of hidden content - the tip.
    6    Version: 1.2
     6   Version: 1.3
    77   Author: ItayXD;
    88   Author URI: itayxd.com
     
    3939function RMFtooltip_button() {
    4040
    41    if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) {
     41 /*  if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) {
    4242      return;
    4343   }
    4444
    45    if ( get_user_option('rich_editing') == 'true' ) {
     45   if ( get_user_option('rich_editing') == 'true' ) {*/
    4646      add_filter( 'mce_external_plugins', 'RMFtooltip_add_plugin' );
    4747      add_filter( 'mce_buttons', 'RMFtooltip_register_button' );
    48    }
     48//   }
    4949
    5050}
  • responsive-mobile-friendly-tooltip/trunk/readme.txt

    r755739 r765061  
    44Requires at least: 3.0.1
    55Tested up to: 3.5.1
    6 Stable tag: 1.2
     6Stable tag: 1.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545
    4646= 1.2 =
     47*   Bug fix- Dialog underlay.
     48
     49= 1.2 =
    4750*   Bug fix- Fixed the blinking\flashing tip (Hopefully).
    4851
  • responsive-mobile-friendly-tooltip/trunk/responsive-tooltip-tinyMCE.js

    r699977 r765061  
    2020                        resizable: false,
    2121                        modal: true,
     22                        dialogClass: 'wp-dialog',
    2223                        buttons: {
    2324                            "OK": function() {
  • responsive-mobile-friendly-tooltip/trunk/responsive-tooltip.php

    r755733 r765061  
    44   Plugin URI: https://github.com/ItayXD/responsive-tooltip
    55   Description: Responsive and mobile-friendly tooltip to present tiny amount of hidden content - the tip.
    6    Version: 1.2
     6   Version: 1.3
    77   Author: ItayXD;
    88   Author URI: itayxd.com
     
    3939function RMFtooltip_button() {
    4040
    41    if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) {
     41 /*  if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) {
    4242      return;
    4343   }
    4444
    45    if ( get_user_option('rich_editing') == 'true' ) {
     45   if ( get_user_option('rich_editing') == 'true' ) {*/
    4646      add_filter( 'mce_external_plugins', 'RMFtooltip_add_plugin' );
    4747      add_filter( 'mce_buttons', 'RMFtooltip_register_button' );
    48    }
     48//   }
    4949
    5050}
Note: See TracChangeset for help on using the changeset viewer.