Making WordPress.org

Changeset 10172


Ignore:
Timestamp:
08/14/2020 05:27:45 AM (6 years ago)
Author:
tellyworth
Message:

Block dir: make invalid namespaces an error.

See #5303.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-block-plugin-checker.php

    r10171 r10172  
    566566                                                $this->record_result(
    567567                                                        __FUNCTION__,
    568                                                         'warning',
     568                                                        'error',
    569569                                                        sprintf(
    570570                                                                // translators: %1$s is the block name, %2$s is the namespace.
Note: See TracChangeset for help on using the changeset viewer.