Changeset 2826302
- Timestamp:
- 11/30/2022 07:15:55 AM (2 years ago)
- Location:
- wp-customizer-icon
- Files:
-
- 20 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-customizer-icon/trunk/readme.txt
r2579600 r2826302 2 2 Plugin Name: Wp Customizer Icon 3 3 Contributors: iqbalrony 4 Version: 1.0. 024 Version: 1.0.3 5 5 License: GPLv2 or later 6 6 License URI: https://www.gnu.org/licenses/gpl-2.0.html 7 7 Requires PHP: 5.6 8 8 Requires at least: 4.5 9 Tested up to: 5.89 Tested up to: 6.1 10 10 Stable tag: trunk 11 11 Tags: Customizer Icon, Icon, Customizer, Customizer Icon Control -
wp-customizer-icon/trunk/wp-customizer-icon.php
r2375628 r2826302 5 5 Description: Wp Customizer Icon plugin only for WordPress theme. 6 6 Author: IqbalRony 7 Version: 1.0. 027 Version: 1.0.3 8 8 Text Domain: wp-customizer-icon 9 9 */ … … 49 49 * Add require files. 50 50 */ 51 51 52 52 require_once(plugin_dir_path(__FILE__).'inc/customize_icon_control.php'); 53 53 54 54 55 55 }
Note: See TracChangeset
for help on using the changeset viewer.