Plugin Directory

Changeset 3204424


Ignore:
Timestamp:
12/08/2024 03:40:42 PM (15 months ago)
Author:
codecompiled
Message:

Fixed minor bug

Location:
wp-settings/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-settings/trunk/readme.txt

    r3204421 r3204424  
    66Requires PHP: 5.2.4
    77Stable tag: trunk
    8 Version: 2.5.6
     8Version: 2.5.7
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • wp-settings/trunk/wp-settings.php

    r3204421 r3204424  
    44Plugin URI: https://wordpress.org/plugins/wp-settings/
    55Description:Displays the important information about WordPress installation such as important wordpress settings,database settings,theme details and php information.You can generate DB Backup Script for restoring the database and for keeping database backups.
    6 Version: 2.5.6
     6Version: 2.5.7
    77Author: CodeCompiled
    88Author URI: http://www.codecompiled.com
     
    917917                <td><?php echo htmlspecialchars($plugin['Version']); ?></td>
    918918                <td><?php if (is_plugin_active_by_name($plugin['Name']))
    919                            echo 'Plugin is active';
     919                           echo 'Active';
    920920                          else
    921                            echo 'Plugin is not active';
     921                           echo 'InActive';
    922922                    ?></td>
    923923               
Note: See TracChangeset for help on using the changeset viewer.