Make WordPress Core

Ticket #19427: 19427.diff

File 19427.diff, 704 bytes (added by nacin, 13 years ago)
  • wp-includes/admin-bar.php

     
    9696                'parent'    => 'wp-logo-external',
    9797                'id'        => 'wporg',
    9898                'title'     => __('WordPress.org'),
    99                 'href'      => __('http://wordpress.org'),
     99                'href'      => __('http://wordpress.org/'),
    100100        ) );
    101101
    102102        // Add codex link
     
    104104                'parent'    => 'wp-logo-external',
    105105                'id'        => 'documentation',
    106106                'title'     => __('Documentation'),
    107                 'href'      => __('http://codex.wordpress.org'),
     107                'href'      => __('http://codex.wordpress.org/'),
    108108        ) );
    109109
    110110        // Add forums link