Changeset 12798 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/cli/class-stats.php
- Timestamp:
- 08/02/2023 04:23:24 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/inc/cli/class-stats.php
r12766 r12798 179 179 $this->set_number_of_years_with_data(); 180 180 $this->print_header(); 181 $this->print_stats_comparison( gmdate( 'Y-m-d' ) );182 181 $this->print_wordpress_translation_percentage(); 183 182 $this->print_stats_for_translation_sources(); … … 192 191 $this->print_most_active_translators(); 193 192 $this->store_stats(); 193 $this->print_stats_comparison( gmdate( 'Y-m-d' ) ); 194 194 195 195 $this->update_page();
Note: See TracChangeset
for help on using the changeset viewer.