Changeset 46662 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 11/05/2019 09:28:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r45932 r46662 63 63 * @param string $filename Filename to extract the strings from. 64 64 * @param string $marker The marker to extract the strings from. 65 * @return arrayAn 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. 66 66 */ 67 67 function extract_from_markers( $filename, $marker ) {
Note: See TracChangeset
for help on using the changeset viewer.