Ticket #40112: 40112.diff
File 40112.diff, 490 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/theme.php
1984 1984 'link_home' => array( 1985 1985 'type' => 'custom', 1986 1986 'title' => _x( 'Home', 'Theme starter content' ), 1987 'url' => home_url(),1987 'url' => trailingslashit( home_url() ), 1988 1988 ), 1989 1989 'page_home' => array( // Deprecated in favor of link_home. 1990 1990 'type' => 'post_type',