Skip to content

Commit 9d2d201

Browse files
committed
Rename WordPress.org to WP-CLI
1 parent 8cd0614 commit 9d2d201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WP_CLI/ParsePluginReadme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private function parse_readme( $name = '' ) {
3939
$context = stream_context_create(
4040
array(
4141
'http' => array(
42-
'user_agent' => 'WordPress.org Plugin Readme Parser',
42+
'user_agent' => 'WP-CLI Plugin Readme Parser',
4343
),
4444
)
4545
);

0 commit comments

Comments
 (0)