mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
InformationPlugin: Use Core::VERSION instead of MONSTRA_VERSION constant.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><?php echo __('System version', 'information'); ?></td>
|
||||
<td><?php echo MONSTRA_VERSION; ?></td>
|
||||
<td><?php echo Core::VERSION; ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo __('System version ID', 'information'); ?></td>
|
||||
|
Reference in New Issue
Block a user