Initial commit.
This commit is contained in:
10
lib/wp-package-updater/templates/plugin-page-license-row.php
Normal file
10
lib/wp-package-updater/templates/plugin-page-license-row.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user