| 1264 | | <p class="currently-editing wp-tab-first" tabindex="0"><?php echo esc_html( sprintf( __( 'This content is currently locked. If you take over, %s will be blocked from continuing to edit.' ), $user->display_name ) ); ?></p> |
| | 1264 | <p class="currently-editing wp-tab-first" tabindex="0"> |
| | 1265 | <?php |
| | 1266 | |
| | 1267 | _e( 'This content is currently locked.' ); |
| | 1268 | |
| | 1269 | if ( $override ) |
| | 1270 | printf( ' ' . __( 'If you take over, %s will be blocked from continuing to edit.' ), esc_html( $user->display_name ) ); |
| | 1271 | |
| | 1272 | ?> |
| | 1273 | </p> |