id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 44363,Coding Standards: Assignments must be the first block of code on a line,subrataemfluence,pento,"In `wp-admin/admin.php` (line 177) the `$page_hook` was not assigned as the first block. Rather it is first directly checked against the return value of the function `get_plugin_page_hook` and the value is not `null` the function has been called again to assign the value to `$page_hook` variable. Currently we have: {{{#!php