Changeset 12058
- Timestamp:
- 09/08/2022 08:45:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/settings.php
r11679 r12058 42 42 [ __CLASS__, 'display_option' ], 43 43 'media', 44 'uploads'44 is_multisite() ? 'default' : 'uploads' 45 45 ); 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.