Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fed7131
Update link-template.php
deepakrohillas Jul 23, 2024
a00f565
Update link-template.php
deepakrohillas Jul 23, 2024
2444f46
Merge branch 'WordPress:trunk' into add_context_to_get_edit_comment_link
deepakrohillas Jul 23, 2024
5a38b83
Update link-template.php
deepakrohillas Jul 23, 2024
94b0b3a
Update link-template.php
deepakrohillas Jul 23, 2024
843c635
Suggested changes performed
deepakro Jul 24, 2024
fb7d99b
Update src/wp-includes/link-template.php
deepakrohillas Jul 24, 2024
750f156
Update src/wp-includes/link-template.php
deepakrohillas Jul 25, 2024
5b5d27a
Test case along with some modification in existing function due to fi…
deepakrohillas Jul 25, 2024
4e255de
Test case along with some modification in existing function due to fi…
deepakrohillas Jul 25, 2024
13c53a4
Test case along with some modification in existing function due to fi…
deepakrohillas Jul 25, 2024
737d7f2
Test case along with some modification in existing function due to fi…
deepakrohillas Jul 27, 2024
92a8f05
Test case along with some modification in existing function due to fi…
deepakrohillas Jul 27, 2024
749f0fc
Update src/wp-includes/link-template.php
deepakrohillas Jul 31, 2024
b56e1fe
Added comment
deepakrohillas Jul 31, 2024
a4a80e0
Added comment
deepakrohillas Jul 31, 2024
a0edace
suggested changes performed and test case also modified
deepakrohillas Aug 7, 2024
231f247
Enhance documentation.
felixarntz Aug 9, 2024
d612ea6
Minor test class fixes.
felixarntz Aug 9, 2024
b9d6b85
Merge branch 'trunk' into add_context_to_get_edit_comment_link
felixarntz Aug 9, 2024
f83b20f
Fix return value to be void as before, and enhance tests documentation.
felixarntz Aug 9, 2024
968b8ce
Rename comment_ids property to comment_id.
felixarntz Aug 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added comment
  • Loading branch information
deepakrohillas committed Jul 31, 2024
commit a4a80e0bbed1625b7eba531054b5bf7fae162b31
4 changes: 2 additions & 2 deletions tests/phpunit/tests/link/getEditCommentLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public function test_get_edit_comment_link_user_cannot_edit() {
* The test case verifies that the get_edit_comment_link function to generates comment link for editing comments,
* and that the URLs are correctly filtered based on context to include HTML entities in link
* $comment_id The ID of the comment to test, retrieved from self::$comment_ids['valid'].
* $expected_url The expected URL format when the context is 'display', with an HTML entity for the ampersand (&).
* $expected_url_view The expected URL format when the context is 'view', with a regular ampersand (&).
* $expected_url The expected URL format when the context is 'display', with an HTML entity for the ampersand (&).
* $expected_url_view The expected URL format when the context is 'view', with a regular ampersand (&).
* @ticket 61727
*/

Expand Down