Skip to content

Commit

Permalink
Update class-top-ten-dashboard.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Apr 13, 2021
1 parent 838f973 commit 6964ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-top-ten-dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ public function display_popular_posts( $args = array() ) {
<table class="widefat striped">
<?php
foreach ( $results as $result ) :
$visits = $result->visits;
$visits = tptn_number_format_i18n( $result->visits );
$result = get_post( $result->ID );
?>
<tr>
Expand Down

0 comments on commit 6964ed4

Please sign in to comment.