diff --git a/wp-includes/pomo/entry.php b/wp-includes/pomo/entry.php index 0e53bc1afd..55ff28680e 100644 --- a/wp-includes/pomo/entry.php +++ b/wp-includes/pomo/entry.php @@ -84,9 +84,9 @@ if ( ! class_exists( 'Translation_Entry', false ) ) : } /** - * Generates a unique key for this entry + * Generates a unique key for this entry. * - * @return string|bool the key or false if the entry is empty + * @return string|false The key or false if the entry is empty. */ public function key() { if ( null === $this->singular || '' === $this->singular ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index eeb950c1b3..085f7de242 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-beta3-53304'; +$wp_version = '6.0-beta3-53305'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.