diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-admin/options-writing.php
--- a/wp/wp-admin/options-writing.php Thu Sep 29 08:06:27 2022 +0200
+++ b/wp/wp-admin/options-writing.php Fri Sep 05 18:40:08 2025 +0200
@@ -50,10 +50,12 @@
get_current_screen()->set_help_sidebar(
'
' . __( 'For more information:' ) . '
' .
- '' . __( 'Documentation on Writing Settings' ) . '
' .
- '' . __( 'Support' ) . '
'
+ '' . __( 'Documentation on Writing Settings' ) . '
' .
+ '' . __( 'Support forums' ) . '
'
);
+wp_enqueue_script( 'user-profile' );
+
require_once ABSPATH . 'wp-admin/admin-header.php';
?>
@@ -67,7 +69,12 @@
|
- |
-
- |
-
-
- |
+
+
+
+ |
+
+
+
+
+
+
+ |
|
@@ -201,14 +218,14 @@
?>
-
+
@@ -222,7 +239,7 @@
printf(
/* translators: 1: Documentation URL, 2: URL to Reading Settings screen. */
__( 'WordPress is not notifying any Update Services because of your site’s visibility settings.' ),
- __( 'https://wordpress.org/support/article/update-services/' ),
+ __( 'https://developer.wordpress.org/advanced-administration/wordpress/update-services/' ),
'options-reading.php'
);
?>