mirror of
				https://github.com/mashirozx/sakura.git
				synced 2025-05-29 01:49:21 +08:00 
			
		
		
		
	bug fix
1311行,mb_substr是方法名,漏了''
This commit is contained in:
		
							parent
							
								
									e05ee03152
								
							
						
					
					
						commit
						b4d7b91b4a
					
				| @ -1308,7 +1308,7 @@ function GBsubstr($string, $start, $length) { | ||||
| } | ||||
|   | ||||
| function excerpt_length($exp) { | ||||
|     if (!function_exists(mb_substr)) { | ||||
|     if (!function_exists('mb_substr')) { | ||||
|         $exp = GBsubstr($exp, 0, 80); | ||||
|     } else { | ||||
|         /* | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user