All pastes #1952896 Raw Edit

Thomas Misund

public php v1 · immutable
#1952896 ·published 2010-10-01 21:56 UTC
rendered paste body
function misund_pwn_thematic_access() {    remove_action('thematic_header','thematic_access',9);    add_action('thematic_header','misund_access',9);}add_action('init','misund_pwn_thematic_access');