Changeset 54874 for trunk/src/wp-includes/block-supports/elements.php
- Timestamp:
- 11/24/2022 10:50:16 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/block-supports/elements.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/elements.php
r54873 r54874 14 14 * 15 15 * @param array $block Block object. 16 * @return string The unique class name.16 * @return string The unique class name. 17 17 */ 18 18 function wp_get_elements_class_name( $block ) { … … 93 93 * @access private 94 94 * 95 * @param string|null $pre_render The pre-rendered content. Default null. 96 * @param array $block The block being rendered. 97 * 95 * @param string|null $pre_render The pre-rendered content. Default null. 96 * @param array $block The block being rendered. 98 97 * @return null 99 98 */
Note: See TracChangeset
for help on using the changeset viewer.