Changeset 10357 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/translation-row-editor.php
- Timestamp:
- 10/11/2020 03:40:09 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/translation-row-editor.php
r9814 r10357 206 206 </div> 207 207 <?php elseif ( is_user_logged_in() ) : ?> 208 You are not allowed to edit this translation.208 <?php echo apply_filters( 'wporg_translate_cannot_edit_translation_hint', '<p class="info">Sorry, you are not allowed to edit this translation.</p>', $translation ); ?> 209 209 <?php else : ?> 210 210 <p class="info"> … … 221 221 222 222 <?php 223 if ( has_action( 'wporg_translate_suggestions' ) ) {223 if ( $can_edit && has_action( 'wporg_translate_suggestions' ) ) { 224 224 ?> 225 225 <div class="suggestions-wrapper">
Note: See TracChangeset
for help on using the changeset viewer.