Changeset 43026
- Timestamp:
- 04/29/2018 10:36:39 PM (6 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/query.php
r42589 r43026 881 881 * @since 4.9.3 882 882 * 883 * @param string$id The redirect post ID.883 * @param int $id The redirect post ID. 884 884 */ 885 885 $id = apply_filters( 'old_slug_redirect_post_id', $id ); … … 963 963 * @return int $id The Post ID. 964 964 */ 965 966 965 function _find_post_by_old_date( $post_type ) { 967 966 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.