Changeset 44296 for trunk/src/wp-includes/blocks/block.php
- Timestamp:
- 12/18/2018 09:56:06 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 44183
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/blocks/block.php
r44273 r44296 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.