Make WordPress Core


Ignore:
Timestamp:
10/23/2018 10:58:35 AM (7 years ago)
Author:
danielbachhuber
Message:

Blocks: Fix coding standards introduced in [43804].

Props Presskopp, swissspidy.
See #45098

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php

    r43805 r43806  
    9494                return new WP_Error(
    9595                    'block_cannot_read',
    96                     __( 'Sorry, you are not allowed to read blocks of this post' ),
     96                    __( 'Sorry, you are not allowed to read blocks of this post.' ),
    9797                    array(
    9898                        'status' => rest_authorization_required_code(),
Note: See TracChangeset for help on using the changeset viewer.