Bug - Fixed Missing "cook" decorator link for fleetwood macaroni

Terion

Member
On 16639, just smashed a fleetwood chain and noticed that there was no cook link after the cooking ingredient fleetwood macaroni:

You smash the fleetwood chain.

fleetwood macaroni You acquire an item: fleetwood macaroni
 

Darzil

Developer
It's one of those "wish I knew why that was there" moments.

Line 416 of UseLinkDecorator deliberately doesn't add create links to any craft.php pages, of which pulverise is one.

I could, I guess, add pulverise as an exception.
 

heeheehee

Developer
Staff member
Did another dive through the source code, looking for that particular line over time (yay, git blame!). Seems like hola introduced that back in Oct '06 with craft link decoration -- presumably so you wouldn't get a use link pointing to the same page. I don't see anything in the log for that commit, or any comments in the code that were lost in the mists of time.
 
Top