Dotclear


Ignore:
Timestamp:
05/17/19 12:20:13 (6 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Add WebP image format support to Dotclear (not yet fully tested)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/media_item.php

    r3959 r3968  
    702702} 
    703703 
    704 if ($file->type == 'image/jpeg') { 
     704if ($file->type == 'image/jpeg' || $file->type == 'image/webp') { 
    705705    echo '<h3>' . __('Image details') . '</h3>'; 
    706706 
Note: See TracChangeset for help on using the changeset viewer.

Sites map