Changeset 43945
- Timestamp:
- 11/27/2018 06:38:34 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/includes/template.php
r43941 r43945 1046 1046 $edit_url = add_query_arg( 'classic-editor', '', get_edit_post_link( $object ) ); 1047 1047 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. */ 1049 1049 printf( __( 'Please open the <a href="%s">classic editor</a> to use this meta box.'), esc_url( $edit_url ) ); 1050 1050 echo '</p>';
Note: See TracChangeset
for help on using the changeset viewer.