Changeset 2836378
- Timestamp:
- 12/20/2022 04:25:30 AM (3 years ago)
- Location:
- font-resizer-with-post-reading-time/trunk
- Files:
-
- 3 edited
-
assets/admin/css/admin.css (modified) (1 diff)
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
font-resizer-with-post-reading-time/trunk/assets/admin/css/admin.css
r2832097 r2836378 3 3 position: relative; 4 4 } 5 6 .fsc_form .dmfw_checkbox1{ 7 display: none!important; 8 } -
font-resizer-with-post-reading-time/trunk/index.php
r2836376 r2836378 4 4 Plugin URI: https://getwebexperts.com/font-resizer-with-post-reading-time 5 5 Description: With this plugin, you can easily display post reading time and a font resizing option on every single blog page. 6 Version: 1.0. 56 Version: 1.0.6 7 7 Author: Get Web Experts 8 8 Author URI: https://getwebexperts.com/ … … 267 267 $selected_d = 'checked'; 268 268 } 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); 270 270 } 271 271 break; -
font-resizer-with-post-reading-time/trunk/readme.txt
r2836376 r2836378 6 6 Requires PHP: 7.0 7 7 Tested up to: 6.1.1 8 Stable tag: 1.0. 58 Stable tag: 1.0.6 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.