Changeset 45695
- Timestamp:
- 07/28/2019 04:34:58 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r45694 r45695 12 12 * @since 2.0.0 13 13 * 14 * @return bool 14 * @return bool Whether the server is running Apache with the mod_rewrite module loaded. 15 15 */ 16 16 function got_mod_rewrite() { … … 61 61 * @since 1.5.0 62 62 * 63 * @param string $filename 64 * @param string $marker 65 * @return array An array of strings from a file (.htaccess 63 * @param string $filename Filename to extract the strings from. 64 * @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. 66 66 */ 67 67 function extract_from_markers( $filename, $marker ) { … … 94 94 95 95 /** 96 * Inserts an array of strings into a file (.htaccess 96 * Inserts an array of strings into a file (.htaccess), placing it between 97 97 * BEGIN and END markers. 98 98 *
Note: See TracChangeset
for help on using the changeset viewer.