Changeset 61455 for trunk/src/wp-admin/update.php
- Timestamp:
- 01/09/2026 02:46:30 AM (7 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update.php
r57388 r61455 23 23 $plugin = isset( $_REQUEST['plugin'] ) ? trim( $_REQUEST['plugin'] ) : ''; 24 24 $theme = isset( $_REQUEST['theme'] ) ? urldecode( $_REQUEST['theme'] ) : ''; 25 $action = isset( $_REQUEST['action'] ) ? $_REQUEST['action'] :'';25 $action = $_REQUEST['action'] ?? ''; 26 26 27 27 if ( 'update-selected' === $action ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)