[wp-trac] [WordPress Trac] #29622: WP_Dependencies::recurse_deps infinitely recursion checking handle 'autosave'
WordPress Trac
noreply at wordpress.org
Sat Jan 3 02:16:14 UTC 2015
#29622: WP_Dependencies::recurse_deps infinitely recursion checking handle
'autosave'
-------------------------------+------------------------------
Reporter: jeff@… | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Script Loader | Version: 4.0
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Changes (by wonderboymusic):
* keywords: => reporter-feedback
Comment:
Thanks for the report, under what circumstances is this happening?
I tried a test case:
{{{
add_action( 'admin_footer', function () {
$woo = wp_script_is( 'autosave' );
var_dump( $woo );
exit();
} );
}}}
I couldn't reproduce.... could you supply some example code?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29622#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list