Docs: Add missing summaries for functions in wp-admin/includes/misc.php.

Also restructures the summary for `update_home_siteurl()`.

See #32246.

Built from https://develop.svn.wordpress.org/trunk@34824


git-svn-id: http://core.svn.wordpress.org/trunk@34789 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-10-05 02:52:24 +00:00
parent 2de4cc7149
commit 4c2203b370
2 changed files with 8 additions and 8 deletions

View File

@ -56,7 +56,7 @@ function got_url_rewrite() {
} }
/** /**
* {@internal Missing Short Description}} * Extracts strings from between the BEGIN and END markers in the .htaccess file.
* *
* @since 1.5.0 * @since 1.5.0
* *
@ -88,10 +88,10 @@ function extract_from_markers( $filename, $marker ) {
} }
/** /**
* {@internal Missing Short Description}}
*
* Inserts an array of strings into a file (.htaccess ), placing it between * Inserts an array of strings into a file (.htaccess ), placing it between
* BEGIN and END markers. Replaces existing marked info. Retains surrounding * BEGIN and END markers.
*
* Replaces existing marked info. Retains surrounding
* data. Creates file if none exists. * data. Creates file if none exists.
* *
* @since 1.5.0 * @since 1.5.0
@ -231,7 +231,7 @@ function iis7_save_url_rewrite_rules(){
} }
/** /**
* {@internal Missing Short Description}} * Update the "recently-edited" file for the plugin or theme editor.
* *
* @since 1.5.0 * @since 1.5.0
* *
@ -253,7 +253,7 @@ function update_recently_edited( $file ) {
} }
/** /**
* If siteurl, home or page_on_front changed, flush rewrite rules. * Flushes rewrite rules if siteurl, home or page_on_front changed.
* *
* @since 2.1.0 * @since 2.1.0
* *
@ -313,7 +313,7 @@ function wp_reset_vars( $vars ) {
} }
/** /**
* {@internal Missing Short Description}} * Displays the given administration message.
* *
* @since 2.1.0 * @since 2.1.0
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.4-alpha-34823'; $wp_version = '4.4-alpha-34824';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.