Changeset 34824
- Timestamp:
- 10/05/2015 02:51:08 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r34740 r34824 57 57 58 58 /** 59 * {@internal Missing Short Description}}59 * Extracts strings from between the BEGIN and END markers in the .htaccess file. 60 60 * 61 61 * @since 1.5.0 … … 89 89 90 90 /** 91 * {@internal Missing Short Description}}92 *93 91 * Inserts an array of strings into a file (.htaccess ), placing it between 94 * BEGIN and END markers. Replaces existing marked info. Retains surrounding 92 * BEGIN and END markers. 93 * 94 * Replaces existing marked info. Retains surrounding 95 95 * data. Creates file if none exists. 96 96 * … … 232 232 233 233 /** 234 * {@internal Missing Short Description}}234 * Update the "recently-edited" file for the plugin or theme editor. 235 235 * 236 236 * @since 1.5.0 … … 254 254 255 255 /** 256 * If siteurl, home or page_on_front changed, flush rewrite rules.256 * Flushes rewrite rules if siteurl, home or page_on_front changed. 257 257 * 258 258 * @since 2.1.0 … … 314 314 315 315 /** 316 * {@internal Missing Short Description}}316 * Displays the given administration message. 317 317 * 318 318 * @since 2.1.0
Note: See TracChangeset
for help on using the changeset viewer.