Changeset 49108 for trunk/src/wp-admin/network/site-settings.php
- Timestamp:
- 10/08/2020 09:13:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/site-settings.php
r47853 r49108 18 18 get_current_screen()->set_help_sidebar( get_site_screen_help_sidebar_content() ); 19 19 20 $id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ): 0;20 $id = isset( $_REQUEST['id'] ) ? (int) $_REQUEST['id'] : 0; 21 21 22 22 if ( ! $id ) {
Note: See TracChangeset
for help on using the changeset viewer.