Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #62086, comment 12


Ignore:
Timestamp:
06/26/2025 07:57:09 PM (9 months ago)
Author:
SirLouen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62086, comment 12

    v1 v2  
    4747        $upload_overrides = array( 'test_form' => false );
    4848        $logofile         = wp_handle_upload( $_FILES['site_logo'], $upload_overrides );
    49     update_option( 'site_logo_url', $logofile['url'] );
     49        update_option( 'site_logo_url', $logofile['url'] );
    5050        restore_current_blog();
    5151}