Make WordPress Core


Ignore:
Timestamp:
10/30/2014 01:04:55 AM (12 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/post.php

    r30091 r30105  
    10701070 * Returns the list of classes to be used by a metabox
    10711071 *
    1072  * @uses get_user_option()
    10731072 * @since 2.5.0
    10741073 *
     
    15011500 * @since 2.6.0
    15021501 *
    1503  * @uses _wp_translate_postdata()
    1504  * @uses _wp_post_revision_fields()
    1505  *
    15061502 * @param mixed $post_data Associative array containing the post data or int post ID.
    15071503 * @return mixed The autosave revision ID. WP_Error or 0 on error.
     
    15671563 * @since 2.7.0
    15681564 *
    1569  * @uses get_post_status()
    1570  * @uses edit_post()
    1571  * @uses get_post()
    1572  * @uses current_user_can()
    1573  * @uses wp_die()
    1574  * @uses wp_create_post_autosave()
    1575  * @uses add_query_arg()
    1576  * @uses wp_create_nonce()
    1577  *
    15781565 * @return str URL to redirect to show the preview
    15791566 */
Note: See TracChangeset for help on using the changeset viewer.