diff --git a/src/wp-includes/pomo/entry.php b/src/wp-includes/pomo/entry.php index 0e53bc1afd..55ff28680e 100644 --- a/src/wp-includes/pomo/entry.php +++ b/src/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 ) {