Plugin Directory

Timestamp:
04/10/2024 08:25:49 PM (3 months ago)
Author:
zinigor
Message:

Updating trunk to version 13.3.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/jetpack_vendor/automattic/jetpack-import/src/endpoints/trait-import.php

    r3067143 r3068647  
    77
    88namespace Automattic\Jetpack\Import\Endpoints;
    9 
    10 use WP_Error;
    119
    1210/**
     
    3836     * Ensure that the user has permissions to import.
    3937     *
    40      * @return bool|WP_Error
     38     * @return bool|WP_Error
    4139     */
    4240    public function import_permissions_callback() {
     
    5250        );
    5351
    54         return new WP_Error( 'rest_forbidden', $error_msg, array( 'status' => \rest_authorization_required_code() ) );
     52        return new WP_Error( 'rest_forbidden', $error_msg, array( 'status' => \rest_authorization_required_code() ) );
    5553    }
    5654
Note: See TracChangeset for help on using the changeset viewer.