﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
23215,Don't use deprecated WP_Screen::is_network property.,bpetty,SergeyBiryukov,"Just updates `WP_Plugins_List_Table` to use `$screen->in_admin( 'network' )` instead of the deprecated `is_network` property.

`is_network` was deprecated in r21687 (#21742), and while this might normally use `in_network_admin()`, it's possible to pass in a custom `WP_Screen` into `WP_List_Table` (which might happen in unit tests or maybe some ajax calls), so in this case, the replacement continues to use the same screen object instead.",enhancement,closed,normal,3.6,Network Admin,3.5,normal,fixed,has-patch,bpetty
