Skip to content

Commit

Permalink
Merge pull request #843 from WordPress/add/quote-citation-placeholder
Browse files Browse the repository at this point in the history
Quote: add citation placeholder.
  • Loading branch information
mtias authored May 19, 2017
2 parents 3bab12f + 1975200 commit c769615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blocks/library/quote/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ registerBlock( 'core/quote', {
<Editable
tagName="footer"
value={ citation }
placeholder={ wp.i18n.__( '— Add citation…' ) }
onChange={
( nextCitation ) => setAttributes( {
citation: nextCitation,
Expand Down

0 comments on commit c769615

Please sign in to comment.