Change record status: 
Project: 
Introduced in branch: 
7.x
Introduced in version: 
7.90
Description: 

The admin/reports/status/run-cron menu callback is now protected by a CSRF token.

If your contrib or custom code uses this path, you'll need to add the CSRF token.

This was already added by admin_menu in #2443855: Add CSRF protection to cron.

Impacts: 
Module developers
Themers