Revert "Fix PHP Warning: preg_replace(): Compilation failed in include/items"
This commit is contained in:
		
					parent
					
						
							
								171c052a1d
							
						
					
				
			
			
				commit
				
					
						e2d8c80f33
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -185,7 +185,8 @@ function add_page_info_to_body($body, $texturl = false, $no_photos = false) {
 | 
			
		|||
			$body = $removedlink;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		$removedlink = preg_replace("/\[url\=" . preg_quote($matches[1]) . "\](.*?)\[\/url\]/ism", '', $body);
 | 
			
		||||
		$url = str_replace(['/', '.'], ['\/', '\.'], $matches[1]);
 | 
			
		||||
		$removedlink = preg_replace("/\[url\=" . $url . "\](.*?)\[\/url\]/ism", '', $body);
 | 
			
		||||
		if (($removedlink == "") || strstr($body, $removedlink)) {
 | 
			
		||||
			$body = $removedlink;
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue