Make WordPress Core


Ignore:
Timestamp:
11/06/2020 04:28:46 PM (4 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.2 branch.
See #51624, #48301.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

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

    r46074 r49514  
    14701470            'themeInstallUnavailable' => sprintf(
    14711471                /* translators: %s: URL to Add Themes admin screen */
    1472                    __( '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>.' ),
     1472                __( '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>.' ),
    14731473                esc_url( admin_url( 'theme-install.php' ) )
    14741474            ),
Note: See TracChangeset for help on using the changeset viewer.