Changeset 42722
- Timestamp:
- 02/21/2018 09:34:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r42710 r42722 983 983 * @since 4.9.3 984 984 * 985 * @param string$id The redirect post ID.985 * @param int $id The redirect post ID. 986 986 */ 987 987 $id = apply_filters( 'old_slug_redirect_post_id', $id ); … … 1065 1065 * @return int $id The Post ID. 1066 1066 */ 1067 1068 1067 function _find_post_by_old_date( $post_type ) { 1069 1068 global $wpdb;
Note: See TracChangeset
for help on using the changeset viewer.