get_current_screen()->
set_help_sidebar( '<p><strong>' .
__( 'For more information:'
) . '</strong></p>' .
'<p>' .
__( '<a href="https://wordpress.org/documentation/article/settings-media-screen/">Documentation on Media Settings</a>'
) . '</p>' .
'<p>' .
__( '<a href="https://wordpress.org/support/forums/">Support forums</a>'
) . '</p>'
);
require_once ABSPATH . 'wp-admin/admin-header.php';
?>
<div class="wrap">
<h1><?php
echo esc_html( $title ); ?></h1>
<form action="options.php" method="post">
<?php
settings_fields( 'media'
); ?>
<h2 class="title"><?php
_e( 'Image sizes'
); ?></h2>
<p><?php
_e( 'The sizes listed below determine the maximum dimensions in pixels to use when adding an image to the Media Library.'
); ?></p>
<table class="form-table" role="presentation">
<tr>
<th scope="row"><?php
_e( 'Thumbnail size'
); ?></th>
<td><fieldset><legend class="screen-reader-text"><span>