Skip to content

Conversation

@kamil-tekiela
Copy link
Member

This PR moves user note related functionality to a dedicated class. This helps with code organization. Only a very minimal refactoring was done to help with PR reviewing; it was mostly copy-paste.

See #710

@github-actions
Copy link
Contributor

🚀 Preview for commit e1444a4 can be found at https://web-php-pr-1662.preview.thephp.foundation

@github-actions
Copy link
Contributor

🚀 Regression report for commit e1444a4 is at https://web-php-regression-report-pr-1662.preview.thephp.foundation

$repo = strtolower($LANG);
// Link target to add a note to the current manual page,
// and it's extended form with a [+] image
$addnotelink = '/manual/add-note.php?sect=' . $filename .

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[!NOTE]

// and it's extended form with a [+] image
$addnotelink = '/manual/add-note.php?sect=' . $filename .
'&repo=' . $repo .
'&redirect=' . $_SERVER['BASE_HREF'];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot
nf-subs-1.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants