[wp-trac] [WordPress Trac] #54477: wp-cli vague: "Warning: Could not create directory."
WordPress Trac
noreply at wordpress.org
Wed Mar 16 01:08:30 UTC 2022
#54477: wp-cli vague: "Warning: Could not create directory."
----------------------------------------+---------------------
Reporter: gunterer | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: 6.0
Component: Upgrade/Install | Version: 5.8
Severity: minor | Resolution:
Keywords: needs-patch good-first-bug | Focuses:
----------------------------------------+---------------------
Changes (by peterwilsoncc):
* keywords: needs-patch => needs-patch good-first-bug
Comment:
Labeling this as a good first bug.
Each appearance of error messages will probably need to change to (pseudo
code):
{{{#!php
<?php
sprintf(
__( 'Could not create directory: %s.' ),
$failed_directory
);
}}}
I count five appearances.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/54477#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list