Changeset 58810 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 07/25/2024 10:38:01 PM (17 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r58435 r58810 279 279 Commenter avatars come from <a href="%s">Gravatar</a>.' 280 280 ), 281 esc_url( __( 'https://en.gravatar.com/' ) ) 281 /* translators: The localized Gravatar URL. */ 282 esc_url( __( 'https://gravatar.com/' ) ) 282 283 ); 283 284 $wpdb->insert(
Note: See TracChangeset
for help on using the changeset viewer.