Making WordPress.org


Ignore:
Timestamp:
02/20/2023 02:56:09 PM (3 years ago)
Author:
amieiro
Message:

Translate: Add 4 tabs in the right sidebar of each translation row

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php

    r12287 r12406  
    88);
    99gp_enqueue_style( 'wporg-translate' );
    10 
    11 /* todo: remove this code and the style-full-width.css file after the tests */
    12 if ( isset( $_GET['full-width'] ) && 'true' == $_GET['full-width'] ) {
    13     wp_register_style(
    14         'wporg-translate-full-width',
    15         plugins_url( 'style-full-width.css', __FILE__ ),
    16         [ 'gp-base', 'wporg-style', 'wporg-translate' ],
    17         filemtime( __DIR__ . '/style-full-width.css' )
    18     );
    19     gp_enqueue_style( 'wporg-translate-full-width' );
    20 }
    2110
    2211gp_enqueue_script( 'jquery' );
Note: See TracChangeset for help on using the changeset viewer.