wp-includes/build/pages/font-library/page-wp-admin.php:25Register a route for the font-library-wp-admin page.
$pathstring$content_modulestring|nulloptionalnull$route_modulestring|nulloptionalnullfunction wp_register_font_library_wp_admin_route( $path, $content_module = null, $route_module = null ) { global $wp_font_library_wp_admin_routes; $route = array( 'path' => $path ); if ( ! empty( $content_module ) ) { $route['content_module'] = $content_module; } if ( ! empty( $route_module ) ) { $route['route_module'] = $route_module; } $wp_font_library_wp_admin_routes[] = $route;}Unchanged from 7.0.4 through 7.1.0.
Signature, return type and hooks compared across 2 parsed releases.
src/wp-includes/build/pages/font-library/page-wp-admin.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.