Changeset 55952
- Timestamp:
- 06/20/2023 10:40:27 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r55910 r55952 1166 1166 * 1167 1167 * @param string $block_name Block type name including namespace. 1168 * @param array $style_properties Array containing the properties of the style name, 1169 * label, style (name of the stylesheet to be enqueued),1168 * @param array $style_properties Array containing the properties of the style name, label, 1169 * style_handle (name of the stylesheet to be enqueued), 1170 1170 * inline_style (string containing the CSS to be added). 1171 1171 * @return bool True if the block style was registered with success and false otherwise.
Note: See TracChangeset
for help on using the changeset viewer.