Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:25:47 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Misc improvements to inline docs.

See #49572.

File:
1 edited

Legend:

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

    r48067 r48099  
    15871587 *
    15881588 * @param string $tag_name The tag name.
    1589  * @param string $context Additional context, like the current filter name or the function name from where this was called.
     1589 * @param string $context  Additional context, like the current filter name or the function name from where this was called.
    15901590 * @return bool Whether to add the attribute.
    15911591 */
     
    16001600     * @since 5.5.0
    16011601     *
    1602      * @param bool   $default Default value.
     1602     * @param bool   $default  Default value.
    16031603     * @param string $tag_name The tag name.
    1604      * @param string $context Additional context, like the current filter name or the function name from where this was called.
     1604     * @param string $context  Additional context, like the current filter name or the function name from where this was called.
    16051605     */
    16061606    return (bool) apply_filters( 'wp_lazy_loading_enabled', $default, $tag_name, $context );
Note: See TracChangeset for help on using the changeset viewer.