Changeset 12406 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/helper-functions.php
- Timestamp:
- 02/20/2023 02:56:09 PM (3 years ago)
- 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 8 8 ); 9 9 gp_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 }21 10 22 11 gp_enqueue_script( 'jquery' );
Note: See TracChangeset
for help on using the changeset viewer.