From 25fb1daccc1197ebdd2d6a4853d4823417f166f4 Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 4 Oct 2019 11:13:01 -0400 Subject: [PATCH] Remove call to RTL styles --- themes/wporg-5ftf/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/wporg-5ftf/functions.php b/themes/wporg-5ftf/functions.php index 6b53e1a..1710f31 100644 --- a/themes/wporg-5ftf/functions.php +++ b/themes/wporg-5ftf/functions.php @@ -101,7 +101,6 @@ add_action( 'after_setup_theme', __NAMESPACE__ . '\content_width', 0 ); */ function scripts() { wp_enqueue_style( 'wporg-style', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20190703' ); - wp_style_add_data( 'wporg-style', 'rtl', 'replace' ); wp_enqueue_script( 'wporg-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20181209', true ); wp_enqueue_script( 'wporg-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20151215', true );