Plugin Directory

Changeset 2836378


Ignore:
Timestamp:
12/20/2022 04:25:30 AM (3 years ago)
Author:
mukulwp
Message:

Fix Unexpected Bug

Location:
font-resizer-with-post-reading-time/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • font-resizer-with-post-reading-time/trunk/assets/admin/css/admin.css

    r2832097 r2836378  
    33    position: relative;
    44}
     5
     6.fsc_form .dmfw_checkbox1{
     7  display: none!important;
     8}
  • font-resizer-with-post-reading-time/trunk/index.php

    r2836376 r2836378  
    44Plugin URI: https://getwebexperts.com/font-resizer-with-post-reading-time
    55Description: With this plugin, you can easily display post reading time and a font resizing option on every single blog page.
    6 Version: 1.0.5
     6Version: 1.0.6
    77Author: Get Web Experts
    88Author URI: https://getwebexperts.com/
     
    267267                                $selected_d = 'checked';
    268268                            }
    269                             printf('<input type="checkbox fsc_checkbox' . $fsc_count . '" name="fsc_disable_option[]" value="%s" %s /> <span class="fsc_checkbox' . $fsc_count . '">%s</span> <br/>', $fsc_disable_option, $selected_d, $fsc_disable_option);
     269                            printf('<input class="fsc_checkbox' . $fsc_count . '" type="checkbox" name="fsc_disable_option[]" value="%s" %s /> <span class="fsc_checkbox' . $fsc_count . '">%s</span> <br/>', $fsc_disable_option, $selected_d, $fsc_disable_option);
    270270                        }
    271271                        break;
  • font-resizer-with-post-reading-time/trunk/readme.txt

    r2836376 r2836378  
    66Requires PHP: 7.0
    77Tested up to: 6.1.1
    8 Stable tag: 1.0.5
     8Stable tag: 1.0.6
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.