Skip to content

Commit

Permalink
add a new row in data collection preview table
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Dec 31, 2024
1 parent a8a6048 commit c7c504f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions inc/functions/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,15 @@ function rocket_data_collection_preview_table() {
$html .= '</td>';
$html .= '</tr>';

$html .= '<tr>';
$html .= '<td class="column-primary">';
$html .= sprintf( '<strong>%s</strong>', __( 'Anonymized WP Rocket statistics:', 'rocket' ) );
$html .= '</td>';
$html .= '<td>';
$html .= sprintf( '<em>%s</em>', __( 'How WP Rocket features function and perform.', 'rocket' ) );
$html .= '</td>';
$html .= '</tr>';

$html .= '<tr>';
$html .= '<td class="column-primary">';
$html .= sprintf( '<strong>%s</strong>', __( 'WP Rocket license type', 'rocket' ) );
Expand Down

0 comments on commit c7c504f

Please sign in to comment.