You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coding Standards: Remove redundant $cpage checks from get_comment_link().
These checks would always be `true`, as `$cpage` is checked for a truthy value before entering the code block.
Includes removing a duplicate `user_trailingslashit()` call, as there is a subsequent call a few lines below.
Follow-up to [34735].
Props justlevine.
See #63268.
Built from https://develop.svn.wordpress.org/trunk@60408
git-svn-id: https://core.svn.wordpress.org/trunk@59744 1a063a9b-81f0-0310-95a4-ce76da25c4cd
0 commit comments