We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4981fa commit a271bc6Copy full SHA for a271bc6
1 file changed
src/wp-admin/includes/image.php
@@ -1080,8 +1080,9 @@ function wp_read_image_metadata( $file ) {
1080
/**
1081
* Get the alt text from image meta data.
1082
*
1083
- * @param string $file File path to the image.
+ * @since x.x.x
1084
1085
+ * @param string $file File path to the image.
1086
* @return string Embedded alternative text.
1087
*/
1088
function wp_get_image_alttext( $file ) {
0 commit comments