View Single Post
  #3  
Old 12-04-2009, 05:44 PM
 
MattGS MattGS is offline
 

Member
  
Join Date: Nov 2009
Posts: 15
 

Default Re: Remvoing "::" in page titles

I don't think that post could be right.

I looked in include/func/func.core.php

for

$title = str_replace(array("\n", "\r"), array("", ""), trim(implode(' :: ', $tmp)));


It's not in there at all.
__________________
4.3.0
Reply With Quote