mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Pings/Trackbacks: Fix processing of posts with pending enclosures.
Introduced in [46175]. Fixes #36824 git-svn-id: https://develop.svn.wordpress.org/trunk@46427 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2681,7 +2681,7 @@ function do_all_pings() {
|
||||
|
||||
foreach ( $enclosures as $enclosure ) {
|
||||
delete_post_meta( $enclosure, '_encloseme' );
|
||||
do_enclose( null, $enclosure->ID );
|
||||
do_enclose( null, $enclosure );
|
||||
}
|
||||
|
||||
// Do trackbacks.
|
||||
|
||||
Reference in New Issue
Block a user