Changeset 49120 for trunk/src/wp-includes/blocks.php
- Timestamp:
- 10/10/2020 08:00:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r48794 r49120 813 813 * label, style (name of the stylesheet to be enqueued), 814 814 * inline_style (string containing the CSS to be added). 815 * @return bool eanTrue if the block style was registered with success and false otherwise.815 * @return bool True if the block style was registered with success and false otherwise. 816 816 */ 817 817 function register_block_style( $block_name, $style_properties ) { … … 826 826 * @param string $block_name Block type name including namespace. 827 827 * @param array $block_style_name Block style name. 828 * @return bool eanTrue if the block style was unregistered with success and false otherwise.828 * @return bool True if the block style was unregistered with success and false otherwise. 829 829 */ 830 830 function unregister_block_style( $block_name, $block_style_name ) {
Note: See TracChangeset
for help on using the changeset viewer.