Ticket #15963: 15963.filter.patch
File 15963.filter.patch, 423 bytes (added by , 9 years ago) |
---|
-
htdocs/wp-includes/post-functions.php
IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8
4280 4280 } 4281 4281 } 4282 4282 4283 return $uri;4283 return apply_filters( 'get_page_uri', $uri, $page ); 4284 4284 } 4285 4285 4286 4286 /**