Make WordPress Core

Changeset 34824


Ignore:
Timestamp:
10/05/2015 02:51:08 AM (9 years ago)
Author:
DrewAPicture
Message:

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

Also restructures the summary for update_home_siteurl().

See #32246.

File:
1 edited

Legend:

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

    r34740 r34824  
    5757
    5858/**
    59  * {@internal Missing Short Description}}
     59 * Extracts strings from between the BEGIN and END markers in the .htaccess file.
    6060 *
    6161 * @since 1.5.0
     
    8989
    9090/**
    91  * {@internal Missing Short Description}}
    92  *
    9391 * 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
    9595 * data. Creates file if none exists.
    9696 *
     
    232232
    233233/**
    234  * {@internal Missing Short Description}}
     234 * Update the "recently-edited" file for the plugin or theme editor.
    235235 *
    236236 * @since 1.5.0
     
    254254
    255255/**
    256  * If siteurl, home or page_on_front changed, flush rewrite rules.
     256 * Flushes rewrite rules if siteurl, home or page_on_front changed.
    257257 *
    258258 * @since 2.1.0
     
    314314
    315315/**
    316  * {@internal Missing Short Description}}
     316 * Displays the given administration message.
    317317 *
    318318 * @since 2.1.0
Note: See TracChangeset for help on using the changeset viewer.