Make WordPress Core

Changeset 43945


Ignore:
Timestamp:
11/27/2018 06:38:34 AM (6 years ago)
Author:
pento
Message:

Block Editor: Clarify a translator comment in meta box handling.

Props ocean90.
See #45217.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-admin/includes/template.php

    r43941 r43945  
    10461046        $edit_url = add_query_arg( 'classic-editor', '', get_edit_post_link( $object ) );
    10471047        echo '<p>';
    1048         /* translators: %s: A link to use the Classic Editor plugin. */
     1048        /* translators: %s: An edit post link to use the classic editor. */
    10491049        printf( __( 'Please open the <a href="%s">classic editor</a> to use this meta box.'), esc_url( $edit_url ) );
    10501050        echo '</p>';
Note: See TracChangeset for help on using the changeset viewer.