Skip to content

Commit

Permalink
Updated into v-1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mokshasharmila13 authored Apr 3, 2024
1 parent 5069d5d commit 342be20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions includes/component/tracking-data/ts-tracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ public static function ts_admin_notices_scripts() {
* @since 6.8
* @access public
*/

public static function ts_admin_notices() {
$nonce = $_POST['tracking_notice'];//phpcs:ignore
if ( is_user_logged_in() && current_user_can( 'manage_options' ) && wp_verify_nonce( $nonce, 'tracking_notice' ) ) {
Expand Down Expand Up @@ -350,4 +349,4 @@ public static function ts_track_usage_data() {
</div>
<?php endif;
}
}
}

0 comments on commit 342be20

Please sign in to comment.