Changeset 52558
- Timestamp:
- 01/11/2022 05:14:54 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks.php
r52556 r52558 1239 1239 // Add RTL stylesheet. 1240 1240 if ( file_exists( $rtl_file_path ) ) { 1241 wp_style_add_data( $args['han le'], 'rtl', 'replace' );1241 wp_style_add_data( $args['handle'], 'rtl', 'replace' ); 1242 1242 1243 1243 if ( is_rtl() ) {
Note: See TracChangeset
for help on using the changeset viewer.