Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:28:51 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Docs on docs. Further improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

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

    r45932 r46662  
    6363 * @param string $filename Filename to extract the strings from.
    6464 * @param string $marker   The marker to extract the strings from.
    65  * @return array An array of strings from a file (.htaccess) from between BEGIN and END markers.
     65 * @return string[] An array of strings from a file (.htaccess) from between BEGIN and END markers.
    6666 */
    6767function extract_from_markers( $filename, $marker ) {
Note: See TracChangeset for help on using the changeset viewer.