mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 09:10:06 +00:00
Docs: Remove unnecessary variables names from @return tags.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -747,7 +747,7 @@ function wp_image_matches_ratio( $source_width, $source_height, $target_width, $
|
||||
* @param array|string $size Optional. Image size. Accepts any valid image size, or an array
|
||||
* of width and height values in pixels (in that order).
|
||||
* Default 'thumbnail'.
|
||||
* @return array|false $data {
|
||||
* @return array|false {
|
||||
* Array of file relative path, width, and height on success. Additionally includes absolute
|
||||
* path and URL if registered size is passed to $size parameter. False on failure.
|
||||
*
|
||||
@@ -4549,7 +4549,7 @@ function wp_register_media_personal_data_exporter( $exporters ) {
|
||||
*
|
||||
* @param string $email_address The attachment owner email address.
|
||||
* @param int $page Attachment page.
|
||||
* @return array $return An array of personal data.
|
||||
* @return array An array of personal data.
|
||||
*/
|
||||
function wp_media_personal_data_exporter( $email_address, $page = 1 ) {
|
||||
// Limit us to 50 attachments at a time to avoid timing out.
|
||||
|
||||
Reference in New Issue
Block a user