Make WordPress Core


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

    r30064 r30105  
    662662 * @access private
    663663 * @since 1.0.0
    664  * @uses wp_kses_attr()
    665664 *
    666665 * @param string $string Content to filter
     
    13191318 *
    13201319 * @since 1.0.0
    1321  * @uses $allowedtags
    13221320 *
    13231321 * @param string $data Content to filter, expected to be escaped with slashes
     
    13321330 *
    13331331 * @since 2.9.0
    1334  * @uses $allowedtags
    13351332 *
    13361333 * @param string $data Content to filter, expected to not be escaped
     
    13931390 *
    13941391 * @since 2.0.0
    1395  * @uses add_filter() See description for what functions are added to what hooks.
    13961392 */
    13971393function kses_init_filters() {
     
    14481444 * capability, then Kses filters are added.
    14491445 *
    1450  * @uses kses_remove_filters() Removes the Kses filters
    1451  * @uses kses_init_filters() Adds the Kses filters back if the user
    1452  *      does not have unfiltered HTML capability.
    14531446 * @since 2.0.0
    14541447 */
Note: See TracChangeset for help on using the changeset viewer.