Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WP_CLI::line() to WP_CLI::log() #1089

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

raamdev
Copy link
Member

@raamdev raamdev commented Dec 14, 2024

The docs for WP_CLI::line() recommend using WP_CLI::log():

WP_CLI::log() is typically recommended and WP_CLI::line() is included only for historical compat.

https://make.wordpress.org/cli/handbook/references/internal-api/wp-cli-line/

This PR updates references to WP_CLI::line() to use WP_CLI::log() instead.

@raamdev raamdev added this to the 3.6.2 milestone Dec 14, 2024
@raamdev raamdev requested a review from GaryJones December 14, 2024 05:33
@raamdev raamdev self-assigned this Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants