Skip to content

Commit

Permalink
Blocks: Clarify after split insertion coment
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Jun 29, 2018
1 parent cdbb0d8 commit 2ea9199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-blocks/paragraph/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ class ParagraphBlock extends Component {
} = this.props;

if ( after ) {
// After content should be appended to the set of spread blocks as
// a new paragraph block to insert after.
// Append "After" content as a new paragraph block to the end of
// any other blocks being inserted after the current paragraph.
blocks.push( createBlock( name, { content: after } ) );
}

Expand Down

0 comments on commit 2ea9199

Please sign in to comment.