Changeset 2945
- Timestamp:
- 10/12/2005 06:21:15 PM (20 years ago)
- Location:
- trunk
- Files:
-
- 13 edited
-
readme.html (modified) (1 diff)
-
wp-admin/import-b2.php (modified) (1 diff)
-
wp-admin/import-greymatter.php (modified) (1 diff)
-
wp-admin/import-mt.php (modified) (1 diff)
-
wp-admin/import-textpattern.php (modified) (1 diff)
-
wp-admin/import/blogger.php (modified) (1 diff)
-
wp-admin/install.php (modified) (1 diff)
-
wp-admin/setup-config.php (modified) (1 diff)
-
wp-admin/sidebar.php (modified) (1 diff)
-
wp-content/themes/classic/footer.php (modified) (1 diff)
-
wp-content/themes/default/comments-popup.php (modified) (1 diff)
-
wp-content/themes/default/footer.php (modified) (1 diff)
-
wp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/readme.html
r2618 r2945 88 88 <li>PHP version <strong>4.1</strong> or higher</li> 89 89 <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> 91 91 </ul> 92 92 <p>WordPress is the official continuation of <a href="http://cafelog.com/">b2/café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 38 38 </head> 39 39 <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> 41 41 <?php 42 42 switch($step) { -
trunk/wp-admin/import-greymatter.php
r2699 r2945 59 59 </style> 60 60 </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> 62 62 63 63 <?php -
trunk/wp-admin/import-mt.php
r2699 r2945 46 46 </style> 47 47 </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> 49 49 <?php 50 50 switch($step) { -
trunk/wp-admin/import-textpattern.php
r2699 r2945 45 45 </style> 46 46 </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> 48 48 <?php 49 49 switch($step) { -
trunk/wp-admin/import/blogger.php
r2939 r2945 237 237 die(__('No blogs found for this user.')); 238 238 $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>'; 240 240 foreach ( $blogsary[1] as $key => $id ) { 241 241 // Define the required Blogger options. -
trunk/wp-admin/install.php
r2835 r2945 164 164 165 165 // 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.'))."')"); 167 167 168 168 // First Page -
trunk/wp-admin/setup-config.php
r2548 r2945 49 49 </head> 50 50 <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> 52 52 <?php 53 53 -
trunk/wp-admin/sidebar.php
r2720 r2945 48 48 </head> 49 49 <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> 51 51 <form name="post" action="post.php" method="POST"> 52 52 <div><input type="hidden" name="action" value="post" /> -
trunk/wp-content/themes/classic/footer.php
r2492 r2945 4 4 <?php get_sidebar(); ?> 5 5 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> 7 7 8 8 </div> -
trunk/wp-content/themes/default/comments-popup.php
r2390 r2945 100 100 <!-- // this is just the end of the motor - don't touch that line either :) --> 101 101 <?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> 103 103 <?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?> 104 104 <script type="text/javascript"> -
trunk/wp-content/themes/default/footer.php
r2492 r2945 4 4 <p> 5 5 <?php bloginfo('name'); ?> is proudly powered by 6 <a href="http://wordpress.org ">WordPress</a>6 <a href="http://wordpress.org/">WordPress</a> 7 7 <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 8 8 and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. -
trunk/wp.php
r2321 r2945 38 38 <?php endif; ?> 39 39 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 /> 41 41 <br /> 42 42 <a href="wp-login.php">login</a><br />
Note: See TracChangeset
for help on using the changeset viewer.