Making WordPress.org

Changeset 2868


Ignore:
Timestamp:
03/31/2016 09:51:06 PM (9 years ago)
Author:
ocean90
Message:

Translate: Use the correct templates for theme projects.

See #1388.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/routes/wp-themes.php

    r2864 r2868  
    124124        unset( $contributors_by_locale['last_updated'], $chart_data['last_updated'] );
    125125
    126         $this->tmpl( 'projects-wp-plugins-contributors', get_defined_vars() );
     126        $this->tmpl( 'projects-wp-themes-contributors', get_defined_vars() );
    127127    }
    128128
     
    143143        $language_packs = $this->get_language_packs( 'theme', $project_slug );
    144144
    145         $this->tmpl( 'projects-wp-plugins-language-packs', get_defined_vars() );
     145        $this->tmpl( 'projects-wp-themes-language-packs', get_defined_vars() );
    146146    }
    147147
Note: See TracChangeset for help on using the changeset viewer.