I18n: Improve translators comments [1].

* Add missing translators comments.
* Fix placement of some translators comments.
  Translators comments should be on the line directly above the line containing the translation function call for optimal compatibility with various `.pot` file generation tools.
  The CS auto-fixing, which changed some inconsistent function calls to multi-line function calls, is part of the reason why this was no longer the case for a select group of translators comments.

Patch `44360-src.2.diff` of the series.

Props garyj, alvarogois, michielatyoast
See #44360
Built from https://develop.svn.wordpress.org/trunk@43595


git-svn-id: http://core.svn.wordpress.org/trunk@43424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
jrf
2018-08-30 12:14:24 +00:00
parent 998d381fa0
commit c952f8f98f
3 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-43594';
$wp_version = '5.0-alpha-43595';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.