Closed GoogleCodeExporter closed 9 years ago
some helpful regex replacements:
"<a href='itemref://([^/]+)/([^/]+)/([^/]+)'>([^<]+)</a>
$this->text->make_item\(\1, \2, \3, "\4"\) . "
<img src=rdb://([^'>]+)>
" . $this->text->make_image\(\1\) . "
Original comment by bigwheel...@gmail.com
on 12 Nov 2012 at 8:36
in many cases, ItemsController::getItem() and ItemsController::getItemAndIcon()
should be used instead of Text::make_item() and Text::make_image()
Original comment by bigwheel...@gmail.com
on 16 Nov 2012 at 7:34
all instances in php files have been changed
Original comment by bigwheel...@gmail.com
on 19 Mar 2014 at 8:18
Original issue reported on code.google.com by
joye...@gmail.com
on 26 Jul 2012 at 7:16