Changeset 57801 for trunk/src/wp-includes/functions.php
- Timestamp:
- 03/11/2024 02:06:51 PM (20 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r57707 r57801 5992 5992 /* translators: %s: Documentation URL. */ 5993 5993 __( 'Please see <a href="%s">Debugging in WordPress</a> for more information.' ), 5994 __( 'https:// wordpress.org/documentation/article/debugging-in-wordpress/' )5994 __( 'https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/' ) 5995 5995 ); 5996 5996 … … 6009 6009 $message .= sprintf( 6010 6010 ' Please see <a href="%s">Debugging in WordPress</a> for more information.', 6011 'https:// wordpress.org/documentation/article/debugging-in-wordpress/'6011 'https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/' 6012 6012 ); 6013 6013 … … 8506 8506 function wp_get_default_update_https_url() { 8507 8507 /* translators: Documentation explaining HTTPS and why it should be used. */ 8508 return __( 'https:// wordpress.org/documentation/article/why-should-i-use-https/' );8508 return __( 'https://developer.wordpress.org/advanced-administration/security/https/' ); 8509 8509 } 8510 8510
Note: See TracChangeset
for help on using the changeset viewer.