- Timestamp:
- 12/10/2020 11:25:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/generated-classname.php
r49580 r49787 8 8 /** 9 9 * Get the generated classname from a given block name. 10 * 11 * @since 5.6.0 10 12 * 11 13 * @access private … … 26 28 * Filters the default block className for server rendered blocks. 27 29 * 30 * @since 5.6.0 31 * 28 32 * @param string $class_name The current applied classname. 29 33 * @param string $block_name The block name. … … 36 40 /** 37 41 * Add the generated classnames to the output. 42 * 43 * @since 5.6.0 38 44 * 39 45 * @access private
Note: See TracChangeset
for help on using the changeset viewer.