Skip to content

Commit 09a4d94

Browse files
grunt
1 parent 3614839 commit 09a4d94

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
@@ -446,7 +446,12 @@ class="dashicons dashicons-lock"></span></h2>
446446

447447
<?php $this->getPermissionsLink( $this->chart->ID ); ?>
448448

449-
<li class="viz-group bottom-fixed" id="vz-chart-copyright">Visualizer &copy; <?php echo date( 'Y', current_time( 'timestamp' ) ); ?></li>
449+
<li class="viz-group bottom-fixed" id="vz-chart-copyright">Visualizer &copy;
450+
<?php
451+
// phpcs:ignore WordPress.DateTime.RestrictedFunctions.date_date, WordPress.DateTime.CurrentTimeTimestamp.Requested
452+
echo date( 'Y', current_time( 'timestamp' ) );
453+
?>
454+
</li>
450455
</ul>
451456
<?php
452457
// changed by Ash/Upwork

0 commit comments

Comments
 (0)