X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/e08b42e8ad054ec67522d7ac1aaae5dc68cb3d01..245e789b234afa4525862e7a6e5e3c2e7a52ef20:/wp-admin/widgets.php diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index 8dc99bd3..9383d743 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -35,7 +35,8 @@ if ( 'on' == $widgets_access ) { } /** - * Fires early before the Widgets administration screen loads, after scripts are enqueued. + * Fires early before the Widgets administration screen loads, + * after scripts are enqueued. * * @since 2.2.0 */ @@ -70,7 +71,7 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . '

' . __('Documentation on Widgets') . '

' . - '

' . __('Support Forums') . '

' + '

' . __('Support Forums') . '

' ); if ( ! current_theme_supports( 'widgets' ) ) {