Changeset 34265 for trunk/src/wp-admin/update.php
- Timestamp:
- 09/17/2015 12:32:20 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update.php
r34059 r34265 18 18 $plugin = isset($_REQUEST['plugin']) ? trim($_REQUEST['plugin']) : ''; 19 19 $theme = isset($_REQUEST['theme']) ? urldecode($_REQUEST['theme']) : ''; 20 $action = wp_validate_action();20 $action = isset($_REQUEST['action']) ? $_REQUEST['action'] : ''; 21 21 22 22 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)