Make WordPress Core

Ticket #40112: 40112.diff

File 40112.diff, 490 bytes (added by dlh, 8 years ago)
  • src/wp-includes/theme.php

     
    19841984                        'link_home' => array(
    19851985                                'type' => 'custom',
    19861986                                'title' => _x( 'Home', 'Theme starter content' ),
    1987                                 'url' => home_url(),
     1987                                'url' => trailingslashit( home_url() ),
    19881988                        ),
    19891989                        'page_home' => array( // Deprecated in favor of link_home.
    19901990                                'type' => 'post_type',