PluginProbe
Image Source Control Lite – Show Image Credits and Captions / 3.12.0
Image Source Control Lite – Show Image Credits and Captions v3.12.0
3.12.0 3.11.0 trunk 1.1 1.1.1 1.1.2 1.1.2.1 1.1.3 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.2 1.2.0.1 1.2.0.2 1.2.0.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.4.1 1.3.5 All 110 releases
image-source-control-isc / admin / templates / settings / global-list / layout.php

layout.php in Image Source Control Lite – Show Image Credits and Captions 3.12.0, at admin/templates/settings/global-list/layout.php

14 lines 408 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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