Changeset 8592
- Timestamp:
- 04/04/2019 05:38:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/blocks/assets/src/organizers/block-content.js
r8570 r8592 57 57 content={ 'full' === content ? post.content.rendered.trim() : post.excerpt.rendered.trim() } 58 58 link={ ( 'full' === content || excerpt_more ) ? post.link : null } 59 linkText={ 'full' === content ? __( 'Visit sessionpage', 'wordcamporg' ) : __( 'Read more', 'wordcamporg' ) }59 linkText={ 'full' === content ? __( 'Visit organizer page', 'wordcamporg' ) : __( 'Read more', 'wordcamporg' ) } 60 60 /> 61 61 }
Note: See TracChangeset
for help on using the changeset viewer.