- Timestamp:
- 10/08/2020 09:13:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r48967 r49108 64 64 65 65 if ( $this->is_site_themes ) { 66 $this->site_id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ): 0;66 $this->site_id = isset( $_REQUEST['id'] ) ? (int) $_REQUEST['id'] : 0; 67 67 } 68 68
Note: See TracChangeset
for help on using the changeset viewer.