Recent Topics

1 Oct 20, 2013 17:28    

I can see the <!-- This comment was added by the TEST plugin --> that test plugin prints, however oddly enough, it doesnt seem to work for any other plugin.

I tried simply putting

function AdminEndHtmlHead( & $params )
	{
		echo '<!-- This was added by some other plugin -->';
	}

in other plugins, none of them is working. I could not make any sense why it wouldnt, any ideas ?


Form is loading...