Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iljester committed Jun 14, 2024
1 parent 3d32658 commit 06d783c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inc/admin/modules/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ function dadicc_module_about_table() { ?>
<?php printf( esc_html__('DCC Plugin Page: %s', DADICC_DOMAIN ), '<a target="_blank" href="https://www.iljester.com/portfolio/dadi-cookie-consent/">' . DADICC_PLUGIN_NAME . '</a>' ); ?>
<br />
<?php printf( esc_html__('Repository Wordpress%s: %s', DADICC_DOMAIN ), ( dadicc_is_full_version() ? '<span class="dadicc-asterisk">*</span>' : '' ), '<a target="_blank" href="https://wordpress.org/plugins/dadi-cookie-consent-lite/">' . DADICC_PLUGIN_NAME . '</a>' ); ?>
<br />
<?php printf( esc_html__('On Github%s: %s', DADICC_DOMAIN ), ( dadicc_is_full_version() ? '<span class="dadicc-asterisk">*</span>' : '' ), '<a target="_blank" href="https://github.com/iljester/dcc-lite">' . DADICC_PLUGIN_NAME . '</a>' ); ?>

<?php if( dadicc_is_full_version() ) : ?>
<span class="dadicc-note dashicons-before dashicons-admin-post"><?php esc_html_e('Only lite version', DADICC_DOMAIN ); ?></span>
<?php endif; ?>
Expand Down

0 comments on commit 06d783c

Please sign in to comment.