Changeset 2790986
- Timestamp:
- 09/27/2022 07:18:32 PM (4 years ago)
- Location:
- change-case-for-tinymce/trunk
- Files:
-
- 2 edited
-
change-case.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
change-case-for-tinymce/trunk/change-case.php
r2627831 r2790986 50 50 } 51 51 52 function register_button( $buttons ) {52 public static function register_button( $buttons ) { 53 53 $current = get_option( "CC_HR_OPTIONS" ); 54 54 if ( is_serialized( $current ) ) {$current = unserialize( $current );} -
change-case-for-tinymce/trunk/readme.txt
r2731109 r2790986 4 4 Requires at least: 3.3 5 5 Tested up to: 6.0 6 Requires PHP: 5.67 Stable tag: 2. 2.16 Requires PHP: 7.4 7 Stable tag: 2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 76 76 = 2.2.1 = 77 77 Tested with WP 6 78 79 = 2.3 = 80 Updated to work with PHP 8.1
Note: See TracChangeset
for help on using the changeset viewer.