2
0
ycw 1 жил өмнө
parent
commit
ee32a013bc

+ 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' ) ) {