Changeset 7673
- Timestamp:
- 09/17/2018 08:18:30 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/gutenberg-tweaks.php
r7614 r7673 57 57 $post = get_post( $post_id ); 58 58 59 if ( function_exists( ' gutenberg_post_has_blocks' ) && gutenberg_post_has_blocks( $post ) ) {59 if ( function_exists( 'has_blocks' ) && has_blocks( $post ) ) { 60 60 return $url; 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.