Directory

Improved wp_calculate_image_sizes() inline docblock by dilipbheda · Pull Request #5580 · WordPress/wordpress-develop · GitHub
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

Improved wp_calculate_image_sizes() inline docblock #5580

Closed
wants to merge 1 commit into from

Conversation

dilipbheda
Copy link

Trac ticket: https://core.trac.wordpress.org/ticket/59745


This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

* @param string $image_src Optional. The URL to the image file. Default null.
* @param array $image_meta Optional. The image meta data as returned by 'wp_get_attachment_metadata()'.
* @param string|null $image_src Optional. The URL to the image file. Default null.
* @param array|null $image_meta Optional. The image meta data as returned by 'wp_get_attachment_metadata()'.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* @param array|null $image_meta Optional. The image meta data as returned by 'wp_get_attachment_metadata()'.
* @param array|null $image_meta Optional. The image meta data as returned by 'wp_get_attachment_metadata()'. Default null.

Add Default null. in document.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mukeshpanchal27 Let me know if any changes are required in this PR

@SergeyBiryukov
Copy link
Member

Thanks for the PR! Merged in r57042.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants