- Timestamp:
- 10/26/2019 08:42:00 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-styles-registry.php
r46586 r46594 68 68 * 69 69 * @param string $block_name Block type name including namespace. 70 * @param array$block_style_name Block style name.70 * @param string $block_style_name Block style name. 71 71 * 72 72 * @return boolean True if the block style was unregistered with success and false otherwise. … … 91 91 * 92 92 * @param string $block_name Block type name including namespace. 93 * @param array$block_style_name Block style name.93 * @param string $block_style_name Block style name. 94 94 * 95 95 * @return array Registered block style properties. … … 136 136 * 137 137 * @param string $block_name Block type name including namespace. 138 * @param array$block_style_name Block style name.138 * @param string $block_style_name Block style name. 139 139 * 140 140 * @return bool True if the block style is registered, false otherwise.
Note: See TracChangeset
for help on using the changeset viewer.