- Timestamp:
- 10/10/2020 08:00:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-styles-registry.php
r48198 r49120 39 39 * style (name of the stylesheet to be enqueued), 40 40 * inline_style (string containing the CSS to be added). 41 * @return bool eanTrue if the block style was registered with success and false otherwise.41 * @return bool True if the block style was registered with success and false otherwise. 42 42 */ 43 43 public function register( $block_name, $style_properties ) { … … 70 70 * @param string $block_name Block type name including namespace. 71 71 * @param string $block_style_name Block style name. 72 * @return bool eanTrue if the block style was unregistered with success and false otherwise.72 * @return bool True if the block style was unregistered with success and false otherwise. 73 73 */ 74 74 public function unregister( $block_name, $block_style_name ) {
Note: See TracChangeset
for help on using the changeset viewer.