mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
I18N: Improve docblocks after [57337].
Props mukesh27. See #59656. git-svn-id: https://develop.svn.wordpress.org/trunk@57344 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -225,7 +225,6 @@ class WP_Textdomain_Registry {
|
||||
* @type string $version The version of a theme, plugin, or core.
|
||||
* }
|
||||
* }
|
||||
* @return void
|
||||
*/
|
||||
public function invalidate_mo_files_cache( $upgrader, $hook_extra ) {
|
||||
if (
|
||||
|
||||
@@ -284,7 +284,6 @@ abstract class WP_Translation_File {
|
||||
*/
|
||||
abstract protected function parse_file();
|
||||
|
||||
|
||||
/**
|
||||
* Exports translation contents as a string.
|
||||
*
|
||||
|
||||
@@ -80,8 +80,8 @@ class WP_Translations {
|
||||
*
|
||||
* @since 6.5.0
|
||||
*
|
||||
* @param string $original Original string to translate from MO file. Might contain
|
||||
* 0x04 as context separator or 0x00 as singular/plural separator.
|
||||
* @param string $original Original string to translate from MO file. Might contain
|
||||
* 0x04 as context separator or 0x00 as singular/plural separator.
|
||||
* @param string $translations Translation strings from MO file.
|
||||
* @return Translation_Entry Entry instance.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user