Changeset 2749649
- Timestamp:
- 06/29/2022 12:41:54 PM (4 years ago)
- Location:
- wegner-tools/tags/1.0.3
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
settingsPage.php (modified) (1 diff)
-
wegner-tools.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wegner-tools/tags/1.0.3/readme.txt
r2749648 r2749649 4 4 Tags: wegner, tools, toolbox, 5 5 Requires at least: 5.2 6 Tested up to: 5.96 Tested up to: 6 7 7 Stable tag: 1.0.3 8 Requires PHP: 7. 28 Requires PHP: 7.4 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 26 26 27 27 DIVI THEME 28 - Image Auto-Update Alt & Title29 28 - Feed include Divi Projects (RSS-FEED) 30 29 - Rename projects with user-defined strings -
wegner-tools/tags/1.0.3/settingsPage.php
r2749648 r2749649 78 78 add_settings_field( 79 79 'divi_builder_changes_to_images_are_automatically_reflected_in_the_media_2', // id 80 'Divi Builder changes to images are automatically reflected in the media ', // title80 'Divi Builder changes to images are automatically reflected in the media (not available)', // title 81 81 array($this, 'diviBuilderChangesToImagesAreAutomaticallyReflectedInTheMedia2Callback'), // callback 82 82 'wegner-tools-admin', // page -
wegner-tools/tags/1.0.3/wegner-tools.php
r2749648 r2749649 39 39 if (wegnerCheckValidOption("divi_builder_changes_to_images_are_automatically_reflected_in_the_media_2")) { 40 40 // Divi Image Auto-Update Alt & Title 41 require_once __DIR__ . '/tools/divi-image-auto-update.php';41 //require_once __DIR__ . '/tools/divi-image-auto-update.php'; 42 42 } 43 43 if (wegnerCheckValidOption("rename_divi_projects_3")) {
Note: See TracChangeset
for help on using the changeset viewer.