Files
ogre-alert/lib/wp-package-updater/templates/plugin-page-license-row.php
dcooperdalrymple 22f6c8188e Initial commit.
2021-02-19 16:43:21 -06:00

11 lines
337 B
PHP

<?php if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly
} ?>
<tr class="plugin-update-tr active installer-plugin-update-tr">
<td colspan="3" class="plugin-update colspanchange">
<div class="notice inline notice-warning notice-alt">
<?php echo $form; ?><?php // @codingStandardsIgnoreLine ?>
</div>
</td>
</tr>