Skip to content

Commit

Permalink
Clean up changes to do_trackbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickebates committed Jan 8, 2023
1 parent e4f52f6 commit af882b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -2960,7 +2960,7 @@ function do_all_trackbacks() {
*
* @param int|WP_Post $post Post ID or object to do trackbacks on.
*/
+function do_trackbacks( $post ) {
function do_trackbacks( $post ) {
global $wpdb;

$post = get_post( $post );
Expand Down

0 comments on commit af882b1

Please sign in to comment.