Skip to content

Commit d2e7425

Browse files
Merge pull request #103 from wp-cli/danielbachhuber-patch-1
Change to "Happy publishing." per change in core
2 parents 54fdd30 + 89e483b commit d2e7425

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

features/core-update.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Feature: Update WordPress core
297297
Given a WP install
298298

299299
# May produce warnings if checksums cannot be retrieved.
300-
When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-4.9-latest.zip`
300+
When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-latest.zip`
301301
Then STDOUT should contain:
302302
"""
303303
Success:
@@ -308,7 +308,7 @@ Feature: Update WordPress core
308308
"""
309309

310310
# May produce warnings if checksums cannot be retrieved.
311-
When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-4.9-latest.zip`
311+
When I try `wp core upgrade --force http://wordpress.org/nightly-builds/wordpress-latest.zip`
312312
Then STDOUT should contain:
313313
"""
314314
Success:

features/core.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ Feature: Manage WordPress installation
327327
328328
$table_prefix = 'wp_';
329329
330-
/* That's all, stop editing! Happy blogging. */
330+
/* That's all, stop editing! Happy publishing. */
331331
332332
/** Absolute path to the WordPress directory. */
333333
if ( !defined('ABSPATH') )

0 commit comments

Comments
 (0)