Make WordPress Core


Ignore:
Timestamp:
12/20/2011 09:27:32 PM (15 years ago)
Author:
nacin
Message:

URLs should be trailing-slashed. fixes #19427.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/admin-bar.php

    r19593 r19610  
    9797                'id'        => 'wporg',
    9898                'title'     => __('WordPress.org'),
    99                 'href'      => __('http://wordpress.org'),
     99                'href'      => __('http://wordpress.org/'),
    100100        ) );
    101101
     
    105105                'id'        => 'documentation',
    106106                'title'     => __('Documentation'),
    107                 'href'      => __('http://codex.wordpress.org'),
     107                'href'      => __('http://codex.wordpress.org/'),
    108108        ) );
    109109
Note: See TracChangeset for help on using the changeset viewer.