Changeset 48102 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 06/20/2020 11:16:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r48067 r48102 590 590 * 591 591 * @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). 594 595 * @return boolean True if the block style was registered with success and false otherwise. 595 596 */ … … 605 606 * @param string $block_name Block type name including namespace. 606 607 * @param array $block_style_name Block style name. 607 *608 608 * @return boolean True if the block style was unregistered with success and false otherwise. 609 609 */
Note: See TracChangeset
for help on using the changeset viewer.