Details
- 
    Type:Bug 
- 
    Status: Done/Fixed
- 
    Priority:Major 
- 
    Resolution: Fixed/Completed
- 
    Affects Version/s: 4.2.0
- 
    Fix Version/s: 4.3.0
- 
    Component/s: CiviCRM API
- 
    Labels:None
Description
In Wordpress you can get to the API explorer by going to /wp-admin/admin.php?page=CiviCRM&q=civicrm/ajax/doc/api#explorer. But when you choose an entity and action from the dropdown lists and click go it loads /wp-admin/admin.php?version=3#explorer and is a whitescreen.
There are javascript errors on that page that say "cj is not defined". So probably jQuery isn't getting loaded properly on the Wordpress backend or something.