Created
August 31, 2016 21:28
-
-
Save barrykooij/674896f42c39dc1ec1ac12b910b0fc23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ( ! defined( 'ABSPATH' ) ) { | |
exit; | |
} // Exit if accessed directly | |
?> | |
<a class="download-link" title="<?php if ( $dlm_download->has_version_number() ) { | |
printf( __( 'Version %s', 'download-monitor' ), $dlm_download->get_the_version_number() ); | |
} ?>" href="<?php $dlm_download->the_download_link(); ?>" rel="nofollow"> | |
<?php $dlm_download->the_title(); ?> | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment