Changeset 2868
- Timestamp:
- 03/31/2016 09:51:06 PM (9 years ago)
- 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 124 124 unset( $contributors_by_locale['last_updated'], $chart_data['last_updated'] ); 125 125 126 $this->tmpl( 'projects-wp- plugins-contributors', get_defined_vars() );126 $this->tmpl( 'projects-wp-themes-contributors', get_defined_vars() ); 127 127 } 128 128 … … 143 143 $language_packs = $this->get_language_packs( 'theme', $project_slug ); 144 144 145 $this->tmpl( 'projects-wp- plugins-language-packs', get_defined_vars() );145 $this->tmpl( 'projects-wp-themes-language-packs', get_defined_vars() ); 146 146 } 147 147
Note: See TracChangeset
for help on using the changeset viewer.