Changeset 49609 for trunk/src/wp-includes/class-wp-block.php
- Timestamp:
- 11/16/2020 10:51:19 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-block.php
r49608 r49609 272 272 global $post; 273 273 274 /** This filter is documented in src/wp-includes/blocks.php.*/274 /** This filter is documented in wp-includes/blocks.php */ 275 275 $pre_render = apply_filters( 'pre_render_block', null, $this->parsed_block ); 276 276 if ( ! is_null( $pre_render ) ) {
Note: See TracChangeset
for help on using the changeset viewer.