Changeset 45045 for trunk/src/wp-includes/functions.php
- Timestamp:
- 03/27/2019 10:36:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r45017 r45045 6919 6919 $annotation = wp_get_update_php_annotation(); 6920 6920 6921 echo $before . $annotation . $after; 6921 if ( $annotation ) { 6922 echo $before . $annotation . $after; 6923 } 6922 6924 } 6923 6925
Note: See TracChangeset
for help on using the changeset viewer.