Changeset 2770081
- Timestamp:
- 08/13/2022 10:25:44 AM (4 years ago)
- Location:
- font-resizer-with-post-reading-time/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
font-resizer-with-post-reading-time/trunk/index.php
r2769970 r2770081 128 128 public function fsc_create_settings() 129 129 { 130 $page_title = __('Font Size Resizer', 'font-size-change');131 $menu_title = __('Font Size Resizer', 'font-size-change');130 $page_title = __('Font Resizer With Post Reading Time', 'font-size-change'); 131 $menu_title = __('Font Resizer With Post Reading Time', 'font-size-change'); 132 132 $capability = 'manage_options'; 133 133 $slug = 'fsc'; … … 151 151 public function fsc_setup_sections() 152 152 { 153 add_settings_section('fsc_section', 'Font Size Resizer', array(), 'fsc');153 add_settings_section('fsc_section', 'Font Resizer With Post Reading Time', array(), 'fsc'); 154 154 } 155 155 -
font-resizer-with-post-reading-time/trunk/readme.txt
r2769970 r2770081 2 2 Contributors: mukulwp 3 3 Donate link: https://getwebexperts.com/ 4 Tags: font resizer, change font size, post reading time 4 Tags: font resizer, change font size, post reading time, blog post reading time, blog post font resizer 5 5 Requires at least: 4.7 6 6 Requires PHP: 7.0
Note: See TracChangeset
for help on using the changeset viewer.