Skip to content

Commit ee4ca41

Browse files
committed
I18N: Improve docblocks after [57337].
Props mukesh27. See #59656. Built from https://develop.svn.wordpress.org/trunk@57344 git-svn-id: https://core.svn.wordpress.org/trunk@56850 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent d24aed3 commit ee4ca41

4 files changed

Lines changed: 3 additions & 5 deletions

File tree

wp-includes/class-wp-textdomain-registry.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ public function get_language_files_from_path( $path ) {
225225
* @type string $version The version of a theme, plugin, or core.
226226
* }
227227
* }
228-
* @return void
229228
*/
230229
public function invalidate_mo_files_cache( $upgrader, $hook_extra ) {
231230
if (

wp-includes/l10n/class-wp-translation-file.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,6 @@ protected function import( WP_Translation_File $source ): bool {
284284
*/
285285
abstract protected function parse_file();
286286

287-
288287
/**
289288
* Exports translation contents as a string.
290289
*

wp-includes/l10n/class-wp-translations.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ public function __get( string $name ) {
8080
*
8181
* @since 6.5.0
8282
*
83-
* @param string $original Original string to translate from MO file. Might contain
84-
* 0x04 as context separator or 0x00 as singular/plural separator.
83+
* @param string $original Original string to translate from MO file. Might contain
84+
* 0x04 as context separator or 0x00 as singular/plural separator.
8585
* @param string $translations Translation strings from MO file.
8686
* @return Translation_Entry Entry instance.
8787
*/

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '6.5-alpha-57343';
19+
$wp_version = '6.5-alpha-57344';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)