Changeset 55412 for trunk/src/wp-includes/functions.php
- Timestamp:
- 02/23/2023 10:36:33 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r55398 r55412 5848 5848 /* translators: %s: Documentation URL. */ 5849 5849 __( 'Please see <a href="%s">Debugging in WordPress</a> for more information.' ), 5850 __( 'https://wordpress.org/ support/article/debugging-in-wordpress/' )5850 __( 'https://wordpress.org/documentation/article/debugging-in-wordpress/' ) 5851 5851 ); 5852 5852 … … 5868 5868 $message .= sprintf( 5869 5869 ' Please see <a href="%s">Debugging in WordPress</a> for more information.', 5870 'https://wordpress.org/ support/article/debugging-in-wordpress/'5870 'https://wordpress.org/documentation/article/debugging-in-wordpress/' 5871 5871 ); 5872 5872 … … 8178 8178 function wp_get_default_update_https_url() { 8179 8179 /* translators: Documentation explaining HTTPS and why it should be used. */ 8180 return __( 'https://wordpress.org/ support/article/why-should-i-use-https/' );8180 return __( 'https://wordpress.org/documentation/article/why-should-i-use-https/' ); 8181 8181 } 8182 8182
Note: See TracChangeset
for help on using the changeset viewer.