mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
0418dad234
commit
593624f182
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user