Changeset 25422 for trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
- Timestamp:
- 09/13/2013 06:52:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
r25421 r25422 542 542 var $messages = array(); 543 543 544 function request_filesystem_credentials( $error = false ) { 544 function request_filesystem_credentials( $error = false, $context = '' ) { 545 if ( $context ) 546 $this->options['context'] = $context; 545 547 // TODO: fix up request_filesystem_credentials(), or split it, to allow us to request a no-output version 546 548 // This will output a credentials form in event of failure, We don't want that, so just hide with a buffer
Note: See TracChangeset
for help on using the changeset viewer.