Make WordPress Core


Ignore:
Timestamp:
11/06/2020 04:39:51 PM (3 years ago)
Author:
desrosj
Message:

Build Tools: Fix running installing Composer dependencies using Composer 2.0.

This updates the dealerdirect/phpcodesniffer-composer-installer package to allow installing version 0.7.0 which supports Composer 2.0.

It also includes several minor spacing/alignment coding standards fixes that are made as a result of the package update.

Props itowhid06, jrf.
Merges [49306] to the 5.1 branch.
See #51624, #48301.

Location:
branches/5.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.1

  • branches/5.1/src/wp-includes/script-loader.php

    r46030 r49516  
    14171417            'themeInstallUnavailable' => sprintf(
    14181418                /* translators: %s: URL to Add Themes admin screen */
    1419                    __( 'You won&#8217;t be able to install new themes from here yet since your install requires SFTP credentials. For now, please <a href="%s">add themes in the admin</a>.' ),
     1419                __( 'You won&#8217;t be able to install new themes from here yet since your install requires SFTP credentials. For now, please <a href="%s">add themes in the admin</a>.' ),
    14201420                esc_url( admin_url( 'theme-install.php' ) )
    14211421            ),
Note: See TracChangeset for help on using the changeset viewer.