Changeset 3204424
- Timestamp:
- 12/08/2024 03:40:42 PM (15 months ago)
- Location:
- wp-settings/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-settings/trunk/readme.txt
r3204421 r3204424 6 6 Requires PHP: 5.2.4 7 7 Stable tag: trunk 8 Version: 2.5. 68 Version: 2.5.7 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
wp-settings/trunk/wp-settings.php
r3204421 r3204424 4 4 Plugin URI: https://wordpress.org/plugins/wp-settings/ 5 5 Description: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. 66 Version: 2.5.7 7 7 Author: CodeCompiled 8 8 Author URI: http://www.codecompiled.com … … 917 917 <td><?php echo htmlspecialchars($plugin['Version']); ?></td> 918 918 <td><?php if (is_plugin_active_by_name($plugin['Name'])) 919 echo ' Plugin is active';919 echo 'Active'; 920 920 else 921 echo ' Plugin is not active';921 echo 'InActive'; 922 922 ?></td> 923 923
Note: See TracChangeset
for help on using the changeset viewer.