PluginProbe
Sight – Professional Image Gallery and Portfolio / 1.1.5
Sight – Professional Image Gallery and Portfolio v1.1.5
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8
sight / render / handler / post-area-none.php

post-area-none.php in Sight – Professional Image Gallery and Portfolio 1.1.5, at render/handler/post-area-none.php

19 lines 372 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Portfolio None
4 *
5 * @var $attributes - attributes
6 * @var $options - options
7 *
8 * @link https://codesupply.co
9 * @since 1.0.0
10 *
11 * @package Sight
12 */
13
14 ?>
15
16 <div class="sight-content-not-found">
17 <p><?php esc_html_e( 'It looks like your portfolio is empty. Please add new projects to your portfolio.', 'sight' ); ?></p>
18 </div>
19