Make WordPress Core

Changeset 44665


Ignore:
Timestamp:
01/21/2019 01:53:33 PM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Update translator comment for the notice displayed when viewing the block editor with JavaScript disabled.

A URL in the comment creates an impression that the link is not translatable.

See #45453, #45856.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-blocks.php

    r44504 r44665  
    409409                <?php
    410410                    $message = sprintf(
    411                         /* translators: %s: https://wordpress.org/plugins/classic-editor/ */
     411                        /* translators: %s: Classic Editor plugin URL */
    412412                        __( 'The block editor requires JavaScript. Please enable JavaScript in your browser settings, or try the <a href="%s">Classic Editor plugin</a>.' ),
    413413                        __( 'https://wordpress.org/plugins/classic-editor/' )
Note: See TracChangeset for help on using the changeset viewer.