Changeset 3958:5e250cd51362 for admin/blog_pref.php
- Timestamp:
- 02/20/19 14:35:05 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/blog_pref.php
r3898 r3958 260 260 $blog_settings->system->put('media_video_width', $media_video_width); 261 261 $blog_settings->system->put('media_video_height', $media_video_height); 262 $blog_settings->system->put('media_flash_fallback', !empty($_POST['media_flash_fallback']));263 262 $blog_settings->system->put('media_img_title_pattern', $_POST['media_img_title_pattern']); 264 263 $blog_settings->system->put('media_img_use_dto_first', !empty($_POST['media_img_use_dto_first'])); … … 587 586 ]) . 588 587 '</p>' . 589 590 '<h5>' . __('Flash player') . '</h5>' .591 '<p><label for="media_flash_fallback">' .592 form::checkbox('media_flash_fallback', '1', $blog_settings->system->media_flash_fallback) .593 __('Insert Flash player fallback for video (mp4 or m4v) and audio (mp3) media') . '</label></p>' .594 '<p class="form-note info">' . __('For flv video, the Flash player will be anyway inserted.') . '</p>' .595 588 '</div>' . 596 589
Note: See TracChangeset
for help on using the changeset viewer.