ycw 1 year ago
parent
commit
ee32a013bc
1 changed files with 0 additions and 4 deletions
  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 );
 			content = content.replace( '<!-- title -->', title );
 
 
-			const includes = [];
-
-			content = content.replace( '<!-- includes -->', includes.join( '\n\t\t' ) );
-
 			let editButton = '';
 			let editButton = '';
 
 
 			if ( config.getKey( 'project/editable' ) ) {
 			if ( config.getKey( 'project/editable' ) ) {