[wp-trac] Re: [WordPress Trac] #10010: Trackbacks are not working
WordPress Trac
wp-trac at lists.automattic.com
Sun Jun 7 10:30:05 GMT 2009
#10010: Trackbacks are not working
---------------------------------------------------------+------------------
Reporter: rioch | Owner: jmulley
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 2.8
Component: Pings/Trackbacks | Version: 2.8
Severity: blocker | Resolution:
Keywords: reporter-feedack needs-testing dev-feedback |
---------------------------------------------------------+------------------
Changes (by scribu):
* milestone: => 2.8
Comment:
Replying to [comment:25 hakre]:
> Is there a plugin to debug cron entries?
Just put this code somewhere:
{{{
add_action('admin_footer', 'cron_debug');
function cron_debug() { var_dump(get_option('cron')); }
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10010#comment:27>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list