Making WordPress.org

Changeset 1853


Ignore:
Timestamp:
08/30/2015 06:02:35 AM (9 years ago)
Author:
dd32
Message:

Translate: Stats overview: Fix a typo, 'WordPress WordPress' is not nearly as useful as 'WordPress 4.2.x'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/includes/gp-plugins/wporg-stats-overview.php

    r1852 r1853  
    4040        foreach ( GP::$project->find_many( array( 'parent_project_id' => $wp_project->id, 'active' => 1 ) ) as $wp_sub_project ) {
    4141            // Prefix the WordPress projects...
    42             $wp_sub_project->name = $wp_project->name . ' ' . $wp_project->name;
     42            $wp_sub_project->name = $wp_project->name . ' ' . $wp_sub_project->name;
    4343            $projects = array_merge( array( $wp_sub_project->path => $wp_sub_project ), $projects );
    4444        }
Note: See TracChangeset for help on using the changeset viewer.