Make WordPress Core

Changeset 58058

Timestamp:
04/30/2024 03:23:37 AM (7 months ago)
Author:
isabel_brison
Message:

Editor: fix spacing in function doc.

Correctly formats spacing in get_layout_styles docblock.

Props mukesh27, sabernhardt.
Reviewed by jorbin.
Merges [58030] to the 6.5 branch.
See #60981.

Location:
branches/6.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5

  • branches/6.5/src/wp-includes/class-wp-theme-json.php

    r58057 r58058  
    13931393     *
    13941394     * @param array $block_metadata Metadata about the block to get styles for.
    1395      * @param array $types Optional. Types of styles to output. If empty, all styles will be output.
     1395     * @param array $types Optional. Types of styles to output. If empty, all styles will be output.
    13961396     * @return string Layout styles for the block.
    13971397     */
Note: See TracChangeset for help on using the changeset viewer.