Changeset 10571
- Timestamp:
- 01/12/2021 06:20:20 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r10396 r10571 618 618 foreach ( $blocks as $block_name => $block ) { 619 619 if ( empty( $block->title ) ) { 620 $blocks[ $block_name ]->title = $ trunk_readme->name;620 $blocks[ $block_name ]->title = $readme->name; 621 621 } 622 622 }
Note: See TracChangeset
for help on using the changeset viewer.