Changeset 2281
- Timestamp:
- 01/12/2016 08:03:44 PM (9 years ago)
- Location:
- sites/trunk/translate.wordpress.org/public_html/gp-templates-new
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/translate.wordpress.org/public_html/gp-templates-new/index-locales.php
r1721 r2281 1 1 <?php 2 2 gp_title( __('Locales < GlotPress') ); 3 wp_enqueue_script('common');3 gp_enqueue_script('common'); 4 4 gp_tmpl_header(); 5 5 ?> -
sites/trunk/translate.wordpress.org/public_html/gp-templates-new/projects-wp-plugins.php
r2118 r2281 13 13 gp_breadcrumb_project( $project ); 14 14 15 wp_enqueue_script( 'common' );16 wp_enqueue_script( 'tablesorter' );15 gp_enqueue_script( 'common' ); 16 gp_enqueue_script( 'tablesorter' ); 17 17 18 18 gp_tmpl_header(); -
sites/trunk/translate.wordpress.org/public_html/gp-templates-new/stats-overview.php
r2070 r2281 1 1 <?php 2 2 gp_title( __( 'Translation status overview < GlotPress' ) ); 3 wp_enqueue_script( 'tablesorter' );3 gp_enqueue_script( 'tablesorter' ); 4 4 5 5 $breadcrumb = array();
Note: See TracChangeset
for help on using the changeset viewer.