From 32aa8a5d31f7ffa283b4bdcb086bae27893ed804 Mon Sep 17 00:00:00 2001 From: pwright64 Date: Wed, 13 May 2026 14:37:56 -0400 Subject: [PATCH 1/2] Grammar edits, move paragraph, removed div in docs.php Swapped order of the "translation disclaimer/contribution" paragraph and the list of languages to make page easier to navigate. Also, cleaned up language in the paragraph. Also, removed unnecessary div surrounding first two paragraphs. Styles are identical, could not determine any reason for them to be in their own div. --- docs.php | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/docs.php b/docs.php index a7003afd07..dff30bee3c 100644 --- a/docs.php +++ b/docs.php @@ -10,21 +10,11 @@ ?>

Documentation

-
-

The PHP Manual is available online in a selection of languages. Please pick a language from the list below.

-

- Note, that many languages are just under translation, and - the untranslated parts are still in English. Also some translated - parts might be outdated. The translation teams are - open to contributions. -

-
-

View Online:

+

+ Note that many languages are still being translated, and + the untranslated parts are still in English. Some translated + parts might be outdated. The translation teams are + open to contributions. +

+

The language currently being used as the default for you should be in bold above. You can change the setting for this on the From 201073406f1f5fdea110524f6eb87032b879acbb Mon Sep 17 00:00:00 2001 From: pwright64 Date: Thu, 14 May 2026 20:01:33 -0400 Subject: [PATCH 2/2] Update urlhowto.php added spaces in title to match how page is titled on docs.php. Multiple small grammar fixes. --- urlhowto.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/urlhowto.php b/urlhowto.php index 64ceab1ec3..0f28a9f1eb 100644 --- a/urlhowto.php +++ b/urlhowto.php @@ -32,17 +32,17 @@ function a($href): void { ?> -

Navigation tips&tricks

+

Navigation tips & tricks

- When using the PHP.net website, there is even no need to get to + When using the PHP.net website, there is no need to use a search box to access the content you would like to see quickly. - You can use short PHP.net URLs to access pages directly. + You can instead use short PHP.net URLs to access pages directly.

- Note, that these shortcuts are expected to work on all mirror - sites, not just at the main site. If you find that some of these + Note that these shortcuts are expected to work on all mirror + sites, not just on the main site. If you find that some of these shortcuts are not working on your mirror site, please report them as a "PHP.net Website Problem" at https://bugs.php.net/.