Re: To display [Resolved], by the thread’s title
Anyone? Do you think we can get the “file changes” or whatever, to be able to display [Resolved], by the thread’s title, that are marked Resolved? Just was wondering..
I noticed this in: formatting-functions.php near the end, for [Closed]..
function closed_title( $title ) {
global $topic;
if ( '0' === $topic->topic_open )
return sprintf(__('[closed] %s'), $title);
return $title;
}
Maybe if there’s a way to add one for [Resolved]… ? lol!!
spencerp