Skip to content

Commit f1e4b72

Browse files
grunt
1 parent f0e7944 commit f1e4b72

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

classes/Visualizer/Render/Page/Data.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,12 @@ class="dashicons dashicons-lock"></span></h2>
430430

431431
<?php $this->getPermissionsLink( $this->chart->ID ); ?>
432432

433-
<li class="viz-group bottom-fixed" id="vz-chart-copyright">Visualizer &copy; <?php echo date( 'Y', current_time( 'timestamp' ) ); ?></li>
433+
<li class="viz-group bottom-fixed" id="vz-chart-copyright">Visualizer &copy;
434+
<?php
435+
// phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date, WordPress.DateTime.CurrentTimeTimestamp.Requested
436+
echo date( 'Y', current_time( 'timestamp' ) );
437+
?>
438+
</li>
434439
</ul>
435440
<?php
436441
// changed by Ash/Upwork

0 commit comments

Comments
 (0)