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 unnecessary conditional from do_trackbacks().
The check for a truthy `$to_ping` value is redundant, as a falsey value would cause the function to return early a few lines above.
Follow-up to [1794], [2612].
Props justlevine.
See #63268.
git-svn-id: https://develop.svn.wordpress.org/trunk@60406 602fd350-edb4-49c9-b593-d223f7449a82
0 commit comments