Make WordPress Core


Ignore:
Timestamp:
06/23/2021 07:04:51 PM (4 years ago)
Author:
desrosj
Message:

Docs: Various docblock corrections for code added in 5.8.

Props johnbillion.
See #53461.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-block.php

    r51063 r51221  
    9999     * @since 5.8.0
    100100     *
    101      * @param array $content The HTML content of the current block widget.
     101     * @param string $content The HTML content of the current block widget.
    102102     *
    103103     * @return string The classname to use in the block widget's container HTML.
     
    192192     * @since 5.8.0
    193193     *
     194     * @see WP_Widget_Custom_HTML::render_control_template_scripts()
     195     *
    194196     * @param array $instance Current instance.
    195      *
    196      * @see WP_Widget_Custom_HTML::render_control_template_scripts()
    197197     */
    198198    public function form( $instance ) {
Note: See TracChangeset for help on using the changeset viewer.