Skip to content

Commit

Permalink
Add missing WebP Lexicon entry (#16688)
Browse files Browse the repository at this point in the history
### What does it do?
Adds new entry to source Lexicon file.

### Why is it needed?
Prevent debug notices of missing array key.

### How to test
Before applying this PR...
1. Set logging level to Debug
2. Visit the Media Browser. You should see multiple debug messages
stating: _Language string not found: "WebP"_

After applying this PR...

3. Revisit the Media Browser. You should no longer see the referenced
debug messages

### Related issue(s)/PR(s)
Resolves #16622
  • Loading branch information
smg6511 authored Jan 31, 2025
1 parent 3022f89 commit bb8aaf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/lexicon/en/source.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@
$_lang['PNG'] = 'PNG';
$_lang['JPG'] = 'JPG';
$_lang['GIF'] = 'GIF';
$_lang['WebP'] = 'WebP';

0 comments on commit bb8aaf6

Please sign in to comment.