Ticket #47487: 47487.2.diff
| File 47487.2.diff, 934 bytes (added by , 7 years ago) |
|---|
-
src/wp-admin/edit-form-blocks.php
415 415 $message = sprintf( 416 416 /* translators: %s: Classic Editor plugin URL */ 417 417 __( 'The block editor requires JavaScript. Please enable JavaScript in your browser settings, or try the <a href="%s">Classic Editor plugin</a>.' ), 418 __( 'https://wordpress.org/plugins/classic-editor/')418 esc_url( wp_nonce_url( self_admin_url( 'plugin-install.php?tab=favorites&user=wordpressdotorg&save=0' ), 'save_wporg_username_' . get_current_user_id() ) ) 419 419 ); 420 420 421 421 /** … … 428 428 * @param WP_Post $post The post being edited. 429 429 */ 430 430 echo apply_filters( 'block_editor_no_javascript_message', $message, $post ); 431 ?>431 ?> 432 432 </p> 433 433 </div> 434 434 </div>