Changeset 2733198
- Timestamp:
- 05/28/2022 04:31:00 PM (4 years ago)
- Location:
- mail-subscribe-list
- Files:
-
- 6 added
- 2 edited
-
tags/2.1.9 (added)
-
tags/2.1.9/index.php (added)
-
tags/2.1.9/readme.txt (added)
-
tags/2.1.9/sml-admin-icon.png (added)
-
tags/2.1.9/sml.php (added)
-
tags/2.1.9/webfwdlogo.png (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sml.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mail-subscribe-list/trunk/readme.txt
r2733197 r2733198 4 4 Requires at least: 3.0 5 5 Tested up to: 5.9 6 Stable tag: 2.1. 86 Stable tag: 2.1.9 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 89 89 == Changelog == 90 90 91 = 2.1.9 92 93 * Fix HTML escape issue in widget. 94 91 95 = 2.1.8 92 96 -
mail-subscribe-list/trunk/sml.php
r2733197 r2733198 4 4 Plugin URI: http://www.webfwd.co.uk/packages/wordpress-hosting/ 5 5 Description: Simple customisable plugin that displays a name/email form where visitors can submit their information, managable in the WordPress admin. 6 Version: 2.1. 86 Version: 2.1.9 7 7 Author: Richard Leishman t/a Webforward 8 8 Author URI: http://www.webfwd.co.uk/ … … 26 26 27 27 // Disables the block editor from managing widgets in the Gutenberg plugin. 28 add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' );28 //add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' ); 29 29 // Disables the block editor from managing widgets. 30 add_filter( 'use_widgets_block_editor', '__return_false' );30 //add_filter( 'use_widgets_block_editor', '__return_false' ); 31 31 32 32 // Plugin Activation
Note: See TracChangeset
for help on using the changeset viewer.