Make WordPress Core


Ignore:
Timestamp:
11/03/2014 06:00:25 AM (10 years ago)
Author:
wonderboymusic
Message:

Fill in the @param types for the args for functions missing them in wp-admin/includes/misc.php.

See #30224.

File:
1 edited

Legend:

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

    r30055 r30200  
    5959 * @since 1.5.0
    6060 *
    61  * @param unknown_type $filename
    62  * @param unknown_type $marker
     61 * @param string $filename
     62 * @param string $marker
    6363 * @return array An array of strings from a file (.htaccess ) from between BEGIN and END markers.
    6464 */
     
    9595 * @since 1.5.0
    9696 *
    97  * @param unknown_type $filename
    98  * @param unknown_type $marker
    99  * @param unknown_type $insertion
     97 * @param string $filename
     98 * @param string $marker
     99 * @param array $insertion
    100100 * @return bool True on write success, false on failure.
    101101 */
     
    212212 * @since 1.5.0
    213213 *
    214  * @param unknown_type $file
     214 * @param string $file
    215215 */
    216216function update_recently_edited( $file ) {
     
    295295 * @since 2.1.0
    296296 *
    297  * @param unknown_type $message
     297 * @param string|WP_Error $message
    298298 */
    299299function show_message($message) {
Note: See TracChangeset for help on using the changeset viewer.