Make WordPress Core


Ignore:
Timestamp:
10/30/2014 01:04:55 AM (10 years ago)
Author:
DrewAPicture
Message:

Remove redundant and erroneous @uses tag from most core inline documentation.

Per our inline documentation standards, no further use of the @uses tag is recommended as used and used-by relationships can be derived through other means. This removes most uses of the tag in core documentation, with remaining tags to be converted to @global or @see as they apply.

Fixes #30191.

File:
1 edited

Legend:

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

    r30076 r30105  
    5151 * @since 1.5.0
    5252 *
    53  * @uses _cleanup_header_comment
    5453 * @uses $wp_file_descriptions
    5554 * @param string $file Filesystem path or filename
     
    7675 * @since 1.5.0
    7776 *
    78  * @uses get_option
    7977 * @return string Full filesystem path to the root of the WordPress installation
    8078 */
     
    164162 * @since 1.5.0
    165163 *
    166  * @uses wp_die
    167  * @uses validate_file
    168164 * @param string $file file the users is attempting to edit
    169165 * @param array $allowed_files Array of allowed files to edit, $file must match an entry exactly
Note: See TracChangeset for help on using the changeset viewer.