Changeset 48110 for trunk/src/wp-includes/class-wp-block-type.php
- Timestamp:
- 06/20/2020 12:57:00 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-block-type.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block-type.php
r47908 r48110 189 189 * @since 5.0.0 190 190 * 191 * @param array $attributes Original block attributes.192 * @return array Prepared block attributes.191 * @param array $attributes Original block attributes. 192 * @return array Prepared block attributes. 193 193 */ 194 194 public function prepare_attributes_for_render( $attributes ) {
Note: See TracChangeset
for help on using the changeset viewer.