Ticket #39442: 39442.patch
File 39442.patch, 549 bytes (added by , 5 years ago) |
---|
-
wp-includes/query.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
1035 1035 * 1036 1036 * @param string $link The redirect URL. 1037 1037 */ 1038 $link = apply_filters( 'old_slug_redirect_url', $link );1038 $link = apply_filters( 'old_slug_redirect_url', $link, $id ); 1039 1039 1040 1040 if ( ! $link ) { 1041 1041 return;