Making WordPress.org

Changeset 8592


Ignore:
Timestamp:
04/04/2019 05:38:27 PM (7 years ago)
Author:
iandunn
Message:

WordCamp Blocks: Update link anchor text to reflect block type.

Session was an unintentional artifact from copy-pasting code from the Sessions block.

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  
    5757                                content={  'full' === content ? post.content.rendered.trim() : post.excerpt.rendered.trim() }
    5858                                link={ (   'full' === content || excerpt_more ) ? post.link : null }
    59                                 linkText={ 'full' === content ? __( 'Visit session page', 'wordcamporg' ) : __( 'Read more', 'wordcamporg' ) }
     59                                linkText={ 'full' === content ? __( 'Visit organizer page', 'wordcamporg' ) : __( 'Read more', 'wordcamporg' ) }
    6060                            />
    6161                        }
Note: See TracChangeset for help on using the changeset viewer.