Changeset 44183 for branches/5.0/src/wp-includes/blocks/block.php
- Timestamp:
- 12/14/2018 12:19:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-includes/blocks/block.php
r43949 r44183 23 23 } 24 24 25 if ( 'publish' !== $reusable_block->post_status || ! empty( $reusable_block->post_password ) ) { 26 return ''; 27 } 28 25 29 return do_blocks( $reusable_block->post_content ); 26 30 }
Note: See TracChangeset
for help on using the changeset viewer.