Plugins: Use `<em>` instead of `<span>` for PHP annotation in `wp_plugin_update_row()`, for consistency with other instances.

Props afragen.
Fixes #46598. See #43987.

git-svn-id: https://develop.svn.wordpress.org/trunk@44980 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-03-22 01:07:51 +00:00
parent 0e1d2b42ef
commit d69b5eb713
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ function wp_plugin_update_row( $file, $plugin_data ) {
esc_attr( $response->new_version ),
esc_url( wp_get_update_php_url() )
);
wp_update_php_annotation( '<br><span class="description">', '</span>' );
wp_update_php_annotation( '<br><em>', '</em>' );
}
}