| 1 |
<?php |
| 2 |
/** |
| 3 |
* Render the Layout option for the Global List. |
| 4 |
* |
| 5 |
* Practically, there are no options here, but users regularly ask for layout tips, so we included the link to the manual here. |
| 6 |
* |
| 7 |
* @var string $manual_url URL to the manual page for this setting. |
| 8 |
*/ |
| 9 |
|
| 10 |
?> |
| 11 |
<p> |
| 12 |
<a href="<?php echo esc_url( $manual_url ); ?>" target="_blank"><?php esc_html_e( 'Manual', 'image-source-control-isc' ); ?></a> |
| 13 |
</p> |
| 14 |
|