rebase from live enviornment
This commit is contained in:
8
wp/plugins/imagify/views/notice-footer.php
Normal file
8
wp/plugins/imagify/views/notice-footer.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
defined( 'ABSPATH' ) || die( 'Cheatin’ uh?' );
|
||||
?>
|
||||
</div>
|
||||
<?php if ( ! empty( $data['dismissible'] ) ) : ?>
|
||||
<a href="<?php echo esc_url( get_imagify_admin_url( 'dismiss-notice', $data['dismissible'] ) ); ?>" class="imagify-notice-dismiss notice-dismiss" title="<?php esc_attr_e( 'Dismiss this notice', 'imagify' ); ?>"><span class="screen-reader-text"><?php _e( 'Dismiss this notice', 'imagify' ); ?></span></a>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user