From 0b985390c45a693c5254f7d3fe4f8dfbf7753879 Mon Sep 17 00:00:00 2001 From: Carsten Bach Date: Wed, 21 Feb 2024 23:01:52 +0100 Subject: [PATCH] Remove 'Lang Attribute for the Block Editor' Part 2 of #85 --- README.md | 1 - inc/namespace.php | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index ddfc219..68d34ed 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,6 @@ Thoose are completely managed by code and lack of their typical UI. * [Embed Block for GitHub](https://wordpress.org/plugins/embed-block-for-github/#developers) * [Icon Block](https://wordpress.org/plugins/icon-block/#developers) * [Image Source Control](https://wordpress.org/plugins/image-source-control-isc/#developers) -* [Lang Attribute for the Block Editor](https://wordpress.org/plugins/lang-attribute/#developers) * [Markdown Comment Block](https://wordpress.org/plugins/markdown-comment-block/#developers) * [Newspaper Columns](https://wordpress.org/plugins/newspaper-columns/#developers) * [Social Sharing Block](https://wordpress.org/plugins/social-sharing-block/#developers) diff --git a/inc/namespace.php b/inc/namespace.php index 6e35e55..f860fb0 100644 --- a/inc/namespace.php +++ b/inc/namespace.php @@ -65,7 +65,6 @@ function bootstrap(): void { FT_Network_Block_Patterns\bootstrap(); Icon_Block\bootstrap(); Image_Source_Control_ISC\bootstrap(); - Lang_Attribute\bootstrap(); Markdown_Comment_Block\bootstrap(); Newspaper_Columns\bootstrap(); Social_Sharing_Block\bootstrap();