diff --git a/src/wp-admin/customize.php b/src/wp-admin/customize.php index 6597806e2f..87fb749ad5 100644 --- a/src/wp-admin/customize.php +++ b/src/wp-admin/customize.php @@ -250,7 +250,7 @@ do_action( 'customize_controls_head' );
Documentation on Customizer' ); + _e( 'Documentation on Customizer' ); ?>
diff --git a/src/wp-admin/theme-editor.php b/src/wp-admin/theme-editor.php index 790a16f781..f88d14db22 100644 --- a/src/wp-admin/theme-editor.php +++ b/src/wp-admin/theme-editor.php @@ -51,7 +51,7 @@ get_current_screen()->set_help_sidebar( '' . __( 'For more information:' ) . '
' . '' . __( 'Documentation on Theme Development' ) . '
' . '' . __( 'Documentation on Editing Themes' ) . '
' . - '' . __( 'Documentation on Editing Files' ) . '
' . + '' . __( 'Documentation on Editing Files' ) . '
' . '' . __( 'Documentation on Template Tags' ) . '
' . '' . __( 'Support forums' ) . '
' );