Changeset 8718
- Timestamp:
- 05/02/2019 07:41:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/import-block-editor.php
r8701 r8718 59 59 public function fix_markdown_source_meta( $null, $object_id, $meta_key, $single ) { 60 60 if ( 61 // Running under WP-CLI. 62 ( defined( 'WP_CLI' ) && WP_CLI ) 63 || 61 64 // Not the markdown source meta key. 62 65 $meta_key !== $this->meta_key
Note: See TracChangeset
for help on using the changeset viewer.