Make WordPress Core


Ignore:
Timestamp:
02/07/2023 09:19:46 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous improvements and corrections to docblocks.

See #56792

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-screen.php

    r54665 r55293  
    145145         *
    146146         * @since 4.4.0
    147          * @var array
     147         * @var string[]
    148148         */
    149149        private $_screen_reader_content = array();
     
    722722         * @see set_screen_reader_content() For more information on the array format.
    723723         *
    724          * @return array An associative array of screen reader text strings.
     724         * @return string[] An associative array of screen reader text strings.
    725725         */
    726726        public function get_screen_reader_content() {
Note: See TracChangeset for help on using the changeset viewer.