Skip to content

Commit 3005a2a

Browse files
committed
Refine return description
1 parent 0eb1b4f commit 3005a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/class-wp-screen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ public function get_screen_reader_content() {
735735
* @since 4.4.0
736736
*
737737
* @param string $key Screen reader text array named key.
738-
* @return ?string Screen reader text string. Null if no text is associated with the key.
738+
* @return ?string Screen reader text string, or null if no text is associated with the key.
739739
*/
740740
public function get_screen_reader_text( $key ) {
741741
if ( ! isset( $this->_screen_reader_content[ $key ] ) ) {

0 commit comments

Comments
 (0)