Closed (fixed)
Project:
Coder
Version:
7.x-1.x-dev
Component:
Upgrade Routines
Priority:
Normal
Category:
Feature request
Assigned:
Issue tags:
Reporter:
Created:
25 Nov 2009 at 22:26 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
solotandem commentedAdded to coder_upgrade_upgrade_hook_alter()
// Update document comment.
$item->comment = preg_replace('@\*\s+[iI]mplement.*?(hook_.*?)(\(\)|)(\.|)$@m', "* Implements $1().", $item->comment);