Remove references to include/bbcode.php
This commit is contained in:
		
					parent
					
						
							
								05a2ea4220
							
						
					
				
			
			
				commit
				
					
						9e3bae5caa
					
				
			
		
					 36 changed files with 1 additions and 50 deletions
				
			
		| 
						 | 
				
			
			@ -7,7 +7,6 @@ use Friendica\Content\Text\BBCode;
 | 
			
		|||
use Friendica\Content\Text\Markdown;
 | 
			
		||||
use Friendica\Core\L10n;
 | 
			
		||||
 | 
			
		||||
require_once 'include/bbcode.php';
 | 
			
		||||
require_once 'include/bb2diaspora.php';
 | 
			
		||||
require_once 'include/html2bbcode.php';
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -43,7 +42,6 @@ function babel_content()
 | 
			
		|||
		$o .= '<h2>' . L10n::t("bbcode \x28raw HTML\x28: ") . '</h2>' . EOL . EOL;
 | 
			
		||||
		$o .= htmlspecialchars($html) . EOL . EOL;
 | 
			
		||||
 | 
			
		||||
		//$html = bbcode($text);
 | 
			
		||||
		$o .= '<h2>' . L10n::t('bbcode: ') . '</h2>' . EOL . EOL;
 | 
			
		||||
		$o .= $html . EOL . EOL;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue