Plugin Directory

Changeset 2770081


Ignore:
Timestamp:
08/13/2022 10:25:44 AM (4 years ago)
Author:
mukulwp
Message:

Update

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

Legend:

Unmodified
Added
Removed
  • font-resizer-with-post-reading-time/trunk/index.php

    r2769970 r2770081  
    128128    public function fsc_create_settings()
    129129    {
    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');
    132132        $capability = 'manage_options';
    133133        $slug       = 'fsc';
     
    151151            public function fsc_setup_sections()
    152152            {
    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');
    154154            }
    155155
  • font-resizer-with-post-reading-time/trunk/readme.txt

    r2769970 r2770081  
    22Contributors: mukulwp
    33Donate link: https://getwebexperts.com/
    4 Tags: font resizer, change font size, post reading time
     4Tags: font resizer, change font size, post reading time, blog post reading time, blog post font resizer
    55Requires at least: 4.7
    66Requires PHP: 7.0
Note: See TracChangeset for help on using the changeset viewer.