Block Editor: Clarify a translator comment in meta box handling.
Props ocean90. See #45217. Built from https://develop.svn.wordpress.org/branches/5.0@43945 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c52f62f1f5
commit
07ebb6262c
|
@ -1045,7 +1045,7 @@ function do_block_editor_incompatible_meta_box( $object, $box ) {
|
|||
} elseif ( $object instanceof WP_Post ) {
|
||||
$edit_url = add_query_arg( 'classic-editor', '', get_edit_post_link( $object ) );
|
||||
echo '<p>';
|
||||
/* translators: %s: A link to use the Classic Editor plugin. */
|
||||
/* translators: %s: An edit post link to use the classic editor. */
|
||||
printf( __( 'Please open the <a href="%s">classic editor</a> to use this meta box.'), esc_url( $edit_url ) );
|
||||
echo '</p>';
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-RC1-43944';
|
||||
$wp_version = '5.0-RC1-43945';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue