Make WordPress Core


Ignore:
Timestamp:
10/26/2019 08:42:00 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous docblock fixes and improvements.

See #48303

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-block-styles-registry.php

    r46586 r46594  
    6868     *
    6969     * @param string $block_name       Block type name including namespace.
    70      * @param array $block_style_name Block style name.
     70     * @param string $block_style_name Block style name.
    7171     *
    7272     * @return boolean True if the block style was unregistered with success and false otherwise.
     
    9191     *
    9292     * @param string $block_name       Block type name including namespace.
    93      * @param array $block_style_name Block style name.
     93     * @param string $block_style_name Block style name.
    9494     *
    9595     * @return array Registered block style properties.
     
    136136     *
    137137     * @param string $block_name       Block type name including namespace.
    138      * @param array $block_style_name Block style name.
     138     * @param string $block_style_name Block style name.
    139139     *
    140140     * @return bool True if the block style is registered, false otherwise.
Note: See TracChangeset for help on using the changeset viewer.