Make WordPress Core


Ignore:
Timestamp:
06/20/2020 11:16:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return tags, per the documentation standards.

See #49572.

File:
1 edited

Legend:

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

    r48067 r48102  
    590590 *
    591591 * @param string $block_name       Block type name including namespace.
    592  * @param array  $style_properties Array containing the properties of the style name, label, style (name of the stylesheet to be enqueued), inline_style (string containing the CSS to be added).
    593  *
     592 * @param array  $style_properties Array containing the properties of the style name,
     593 *                                 label, style (name of the stylesheet to be enqueued),
     594 *                                 inline_style (string containing the CSS to be added).
    594595 * @return boolean True if the block style was registered with success and false otherwise.
    595596 */
     
    605606 * @param string $block_name       Block type name including namespace.
    606607 * @param array  $block_style_name Block style name.
    607  *
    608608 * @return boolean True if the block style was unregistered with success and false otherwise.
    609609 */
Note: See TracChangeset for help on using the changeset viewer.