Changeset 2869406
- Timestamp:
- 02/22/2023 01:40:21 PM (3 years ago)
- Location:
- podium
- Files:
-
- 1 edited
- 6 copied
-
tags/2.0.1 (copied) (copied from podium/trunk)
-
tags/2.0.1/README.md (copied) (copied from podium/trunk/README.md)
-
tags/2.0.1/includes/admin.php (copied) (copied from podium/trunk/includes/admin.php) (1 diff)
-
tags/2.0.1/includes/menus.php (copied) (copied from podium/trunk/includes/menus.php)
-
tags/2.0.1/podium.php (copied) (copied from podium/trunk/podium.php)
-
tags/2.0.1/readme.txt (copied) (copied from podium/trunk/readme.txt)
-
trunk/includes/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
podium/tags/2.0.1/includes/admin.php
r2865944 r2869406 14 14 } 15 15 16 $options['podium_widget_code'] ??= ''; 16 if (! isset($options['podium_widget_code']) ) { 17 $options['podium_widget_code'] = ''; 18 }; 17 19 18 20 ?> -
podium/trunk/includes/admin.php
r2865944 r2869406 14 14 } 15 15 16 $options['podium_widget_code'] ??= ''; 16 if (! isset($options['podium_widget_code']) ) { 17 $options['podium_widget_code'] = ''; 18 }; 17 19 18 20 ?>
Note: See TracChangeset
for help on using the changeset viewer.