Skip to content

Commit a271bc6

Browse files
committed
Add a placeholder since tag.
1 parent f4981fa commit a271bc6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/wp-admin/includes/image.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,8 +1080,9 @@ function wp_read_image_metadata( $file ) {
10801080
/**
10811081
* Get the alt text from image meta data.
10821082
*
1083-
* @param string $file File path to the image.
1083+
* @since x.x.x
10841084
*
1085+
* @param string $file File path to the image.
10851086
* @return string Embedded alternative text.
10861087
*/
10871088
function wp_get_image_alttext( $file ) {

0 commit comments

Comments
 (0)