Changeset 48100 for trunk/src/wp-includes/query.php
- Timestamp:
- 06/19/2020 10:53:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/query.php
r47402 r48100 1091 1091 * 1092 1092 * @param string $post_type The current post type based on the query vars. 1093 * @return int $idThe Post ID.1093 * @return int The Post ID. 1094 1094 */ 1095 1095 function _find_post_by_old_slug( $post_type ) { … … 1126 1126 * 1127 1127 * @param string $post_type The current post type based on the query vars. 1128 * @return int $idThe Post ID.1128 * @return int The Post ID. 1129 1129 */ 1130 1130 function _find_post_by_old_date( $post_type ) {
Note: See TracChangeset
for help on using the changeset viewer.