Making WordPress.org


Ignore:
Timestamp:
11/22/2015 03:55:11 PM (9 years ago)
Author:
ocean90
Message:

Translate: Update 'header' and 'helper functions' templates for GlotPress as a plugin.

See #1352.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/public_html/gp-templates-new/helper-functions.php

    r2073 r2105  
    11<?php
     2wp_register_style( 'wporg-translate', 'https://wordpress.org/translate/gp-templates-new/style.css', array( 'base' ), '20151111' );
     3gp_enqueue_style( 'wporg-translate' );
    24
    3 wp_enqueue_style( 'wporg', gp_url_ssl( gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20151111' );
    4 
    5 add_action( 'tmpl_load_locations', function( $locations, $template, $args, $template_path ) {
     5add_action( 'gp_tmpl_load_locations', function( $locations, $template, $args, $template_path ) {
    66    $core_templates = GP_PATH . 'gp-templates/';
    77    require_once $core_templates . 'helper-functions.php';
     
    99    return $locations;
    1010}, 50, 4 );
    11 
Note: See TracChangeset for help on using the changeset viewer.