Changeset 52297
- Timestamp:
- 12/01/2021 09:18:20 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r52279 r52297 1508 1508 } 1509 1509 1510 /** 1511 * Filters the path to a file in the theme. 1512 * 1513 * @since 5.9.0 1514 * 1515 * @param string $path The file path. 1516 * @param string $file The requested file to search for. 1517 */ 1510 /** This filter is documented in wp-includes/link-template.php */ 1518 1511 return apply_filters( 'theme_file_path', $path, $file ); 1519 1512 }
Note: See TracChangeset
for help on using the changeset viewer.