Make WordPress Core

Changeset 2945


Ignore:
Timestamp:
10/12/2005 06:21:15 PM (20 years ago)
Author:
ryan
Message:

Trailing slashes, on the URI, make me happy, make me feel fine. fixes #1742

Location:
trunk
Files:
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/readme.html

    r2618 r2945  
    8888    <li>PHP version <strong>4.1</strong> or higher</li>
    8989    <li>MySQL version <strong>3.23.23</strong> or higher</li>
    90     <li>... and a link to <a href="http://wordpress.org">http://wordpress.org</a> on your site.</li>
     90    <li>... and a link to <a href="http://wordpress.org/">http://wordpress.org</a> on your site.</li>
    9191</ul>
    9292<p>WordPress is the official continuation of <a href="http://cafelog.com/">b2/caf&eacute;log</a>, which came from Michel V. The work has been continued by the <a href="http://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="http://wordpress.org/donate/">donating</a>. </p>
  • trunk/wp-admin/import-b2.php

    r2687 r2945  
    3838</head>
    3939<body>
    40 <h1 id="logo"><a href="http://wordpress.org"><span>WordPress</span></a></h1>
     40<h1 id="logo"><a href="http://wordpress.org/"><span>WordPress</span></a></h1>
    4141<?php
    4242switch($step) {
  • trunk/wp-admin/import-greymatter.php

    r2699 r2945  
    5959    </style>
    6060</head><body>
    61 <h1 id="logo"><a href="http://wordpress.org">WordPress</a></h1>
     61<h1 id="logo"><a href="http://wordpress.org/">WordPress</a></h1>
    6262
    6363<?php
  • trunk/wp-admin/import-mt.php

    r2699 r2945  
    4646    </style>
    4747</head><body>
    48 <h1 id="logo"><a href="http://wordpress.org">WordPress</a></h1>
     48<h1 id="logo"><a href="http://wordpress.org/">WordPress</a></h1>
    4949<?php
    5050switch($step) {
  • trunk/wp-admin/import-textpattern.php

    r2699 r2945  
    4545    </style>
    4646</head><body>
    47 <h1 id="logo"><a href="http://wordpress.org">WordPress</a></h1>
     47<h1 id="logo"><a href="http://wordpress.org/">WordPress</a></h1>
    4848<?php
    4949switch($step) {
  • trunk/wp-admin/import/blogger.php

    r2939 r2945  
    237237                die(__('No blogs found for this user.'));
    238238            $this->import['blogs'] = array();
    239             $template = '<MainPage><br /><br /><br /><p>'.__('Are you looking for %title%? It is temporarily out of service. Please try again in a few minutes. Meanwhile, discover <a href="http://wordpress.org">a better blogging tool</a>.').'</p><BloggerArchives><a class="archive" href="<$BlogArchiveURL$>"><$BlogArchiveName$></a><br /></BloggerArchives></MainPage><ArchivePage><Blogger><wordpresspost><$BlogItemDateTime$>|W|P|<$BlogItemAuthorNickname$>|W|P|<$BlogItemBody$>|W|P|<$BlogItemNumber$>|W|P|<$BlogItemTitle$>|W|P|<$BlogItemAuthorEmail$><BlogItemCommentsEnabled><BlogItemComments><wordpresscomment><$BlogCommentDateTime$>|W|P|<$BlogCommentAuthor$>|W|P|<$BlogCommentBody$></BlogItemComments></BlogItemCommentsEnabled></Blogger></ArchivePage>';
     239            $template = '<MainPage><br /><br /><br /><p>'.__('Are you looking for %title%? It is temporarily out of service. Please try again in a few minutes. Meanwhile, discover <a href="http://wordpress.org/">a better blogging tool</a>.').'</p><BloggerArchives><a class="archive" href="<$BlogArchiveURL$>"><$BlogArchiveName$></a><br /></BloggerArchives></MainPage><ArchivePage><Blogger><wordpresspost><$BlogItemDateTime$>|W|P|<$BlogItemAuthorNickname$>|W|P|<$BlogItemBody$>|W|P|<$BlogItemNumber$>|W|P|<$BlogItemTitle$>|W|P|<$BlogItemAuthorEmail$><BlogItemCommentsEnabled><BlogItemComments><wordpresscomment><$BlogCommentDateTime$>|W|P|<$BlogCommentAuthor$>|W|P|<$BlogCommentBody$></BlogItemComments></BlogItemCommentsEnabled></Blogger></ArchivePage>';
    240240            foreach ( $blogsary[1] as $key => $id ) {
    241241                // Define the required Blogger options.
  • trunk/wp-admin/install.php

    r2835 r2945  
    164164
    165165// Default comment
    166 $wpdb->query("INSERT INTO $wpdb->comments (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_date, comment_date_gmt, comment_content) VALUES ('1', '".$wpdb->escape(__('Mr WordPress'))."', '', 'http://wordpress.org', '$now', '$now_gmt', '".$wpdb->escape(__('Hi, this is a comment.<br />To delete a comment, just log in, and view the posts\' comments, there you will have the option to edit or delete them.'))."')");
     166$wpdb->query("INSERT INTO $wpdb->comments (comment_post_ID, comment_author, comment_author_email, comment_author_url, comment_date, comment_date_gmt, comment_content) VALUES ('1', '".$wpdb->escape(__('Mr WordPress'))."', '', 'http://wordpress.org/', '$now', '$now_gmt', '".$wpdb->escape(__('Hi, this is a comment.<br />To delete a comment, just log in, and view the posts\' comments, there you will have the option to edit or delete them.'))."')");
    167167
    168168// First Page
  • trunk/wp-admin/setup-config.php

    r2548 r2945  
    4949</head>
    5050<body>
    51 <h1 id="logo"><a href="http://wordpress.org"><span>WordPress</span></a></h1>
     51<h1 id="logo"><a href="http://wordpress.org/"><span>WordPress</span></a></h1>
    5252<?php
    5353
  • trunk/wp-admin/sidebar.php

    r2720 r2945  
    4848</head>
    4949<body id="sidebar">
    50 <h1 id="wphead"><a href="http://wordpress.org" rel="external">WordPress</a></h1>
     50<h1 id="wphead"><a href="http://wordpress.org/" rel="external">WordPress</a></h1>
    5151<form name="post" action="post.php" method="POST">
    5252<div><input type="hidden" name="action" value="post" />
  • trunk/wp-content/themes/classic/footer.php

    r2492 r2945  
    44<?php get_sidebar(); ?>
    55
    6 <p class="credit"><!--<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
     6<p class="credit"><!--<?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> <cite><?php echo sprintf(__("Powered by <a href='http://wordpress.org/' title='%s'><strong>WordPress</strong></a>"), __("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></cite></p>
    77
    88</div>
  • trunk/wp-content/themes/default/comments-popup.php

    r2390 r2945  
    100100<!-- // this is just the end of the motor - don't touch that line either :) -->
    101101<?php //} ?>
    102 <p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org" title="Powered by WordPress, state-of-the-art semantic personal publishing platform"><strong>Wordpress</strong></a></cite></p>
     102<p class="credit"><?php timer_stop(1); ?> <cite>Powered by <a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform"><strong>Wordpress</strong></a></cite></p>
    103103<?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?>
    104104<script type="text/javascript">
  • trunk/wp-content/themes/default/footer.php

    r2492 r2945  
    44    <p>
    55        <?php bloginfo('name'); ?> is proudly powered by
    6         <a href="http://wordpress.org">WordPress</a>
     6        <a href="http://wordpress.org/">WordPress</a>
    77        <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
    88        and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>.
  • trunk/wp.php

    r2321 r2945  
    3838<?php endif; ?>
    3939
    40 <div align="right"><cite>Powered by <a href="http://wordpress.org"><strong>Wordpress</strong></a></cite><br />
     40<div align="right"><cite>Powered by <a href="http://wordpress.org/"><strong>Wordpress</strong></a></cite><br />
    4141<br />
    4242<a href="wp-login.php">login</a><br />
Note: See TracChangeset for help on using the changeset viewer.