Changeset 44936
- Timestamp:
- 03/19/2019 08:40:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r44797 r44936 643 643 esc_url( wp_get_update_php_url() ) 644 644 ); 645 wp_update_php_annotation( );645 wp_update_php_annotation( '</p><p><em>', '</em>' ); 646 646 } elseif ( current_user_can( 'update_core' ) ) { 647 647 printf( … … 656 656 esc_url( wp_get_update_php_url() ) 657 657 ); 658 wp_update_php_annotation( );658 wp_update_php_annotation( '</p><p><em>', '</em>' ); 659 659 } 660 660 } elseif ( ! $compatible_wp ) { … … 675 675 esc_url( wp_get_update_php_url() ) 676 676 ); 677 wp_update_php_annotation( );677 wp_update_php_annotation( '</p><p><em>', '</em>' ); 678 678 } 679 679 }
Note: See TracChangeset
for help on using the changeset viewer.