ycw 1 năm trước cách đây
mục cha
commit
ee32a013bc
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      editor/js/Sidebar.Project.App.js

+ 0 - 4
editor/js/Sidebar.Project.App.js

@@ -115,10 +115,6 @@ function SidebarProjectApp( editor ) {
 
 			content = content.replace( '<!-- title -->', title );
 
-			const includes = [];
-
-			content = content.replace( '<!-- includes -->', includes.join( '\n\t\t' ) );
-
 			let editButton = '';
 
 			if ( config.getKey( 'project/editable' ) ) {