[wp-trac] [WordPress Trac] #10493: Allow closures as callbacks
WordPress Trac
wp-trac at lists.automattic.com
Sun May 16 12:21:51 UTC 2010
#10493: Allow closures as callbacks
-------------------------+--------------------------------------------------
Reporter: scribu | Owner: westi
Type: enhancement | Status: reopened
Priority: low | Milestone: 3.0
Component: Plugins | Version: 2.9
Severity: minor | Resolution:
Keywords: has-patch |
-------------------------+--------------------------------------------------
Comment(by scribu):
Sure:
{{{
add_action('admin_notices', function() {
echo 'hi';
});
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10493#comment:33>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list