General: Correct reversed `svn:auto-props` for `.mo` and `.po` files.

* `.mo` files are binary and should have `svn:mime-type=application/octet-stream`.
* `.po` files are text and should have `svn:eol-style=native`, same as `.pot` files.

Follow-up to [46636], [48845].

See #51113.
Built from https://develop.svn.wordpress.org/trunk@48930


git-svn-id: http://core.svn.wordpress.org/trunk@48692 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-09-01 16:40:08 +00:00
parent 0418dad234
commit 593624f182
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-alpha-48929';
$wp_version = '5.6-alpha-48930';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.