Changeset 117
- Timestamp:
- 10/27/05 20:03:18 (3 years ago)
- Files:
-
- tags/0.6RC/src/config/debug.php (modified) (1 diff)
- tags/0.6RC/src/lyceum/wp-admin/index.php (modified) (1 diff)
- tags/0.6RC/src/lyceum/wp-content/themes/default/footer.php (modified) (1 diff)
- tags/0.6RC/src/lyceum/wp-content/themes/default/sidebar.php (modified) (1 diff)
- tags/0.6RC/src/lyceum/wp-login.php (modified) (1 diff)
- tags/0.6RC/src/lyceum/wp-register.php (modified) (3 diffs)
- trunk/doc/credits.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/0.6RC/src/config/debug.php
r30 r117 3 3 //TODO log error in log file when assertion fails 4 4 echo " 5 <hr>Assertion Failed<br/>6 <u><b>File:</u></b> $file<br />7 <u><b>Line:</u></b> $line<br />8 <u><b>Code:</u></b> $code<br /><hr />";5 <hr>Assertion Failed<br/> 6 <u><b>File:</u></b> $file<br /> 7 <u><b>Line:</u></b> $line<br /> 8 <u><b>Code:</u></b> $code<br /><hr />"; 9 9 } 10 10 tags/0.6RC/src/lyceum/wp-admin/index.php
r74 r117 45 45 if ( $numcomments = $wpdb->get_comment_var("COUNT(DISTINCT $wpdb->comments.comment_ID)", "comment_approved = '0'") ) : 46 46 ?> 47 <p><strong><a href="moderation.php "><?php echo sprintf(__('Comments in moderation (%s)'), number_format($numcomments) ); ?> »</a></strong></p>47 <p><strong><a href="moderation.php?b=<?=$blog?>"><?php echo sprintf(__('Comments in moderation (%s)'), number_format($numcomments) ); ?> »</a></strong></p> 48 48 <?php endif; ?> 49 49 </div> tags/0.6RC/src/lyceum/wp-content/themes/default/footer.php
r55 r117 3 3 <div id="footer"> 4 4 <p> 5 <?php bloginfo('name'); ?> is proudly powered by 5 <a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 6 and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 7 <br/><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid XHTML</a> 8 <br/><?php bloginfo('name'); ?> is powered by 9 <a href="http://lyceum.ibiblio.org">Lyceum</a> and 6 10 <a href="http://wordpress.org">WordPress</a> 7 <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 8 and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 11 9 12 <!-- <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> 10 13 </p> tags/0.6RC/src/lyceum/wp-content/themes/default/sidebar.php
r2 r117 58 58 <li><h2>Meta</h2> 59 59 <ul> 60 <?php wp_register(); ?>61 60 <li><?php wp_loginout(); ?></li> 62 <li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>63 <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>64 <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>65 61 <?php wp_meta(); ?> 66 62 </ul> tags/0.6RC/src/lyceum/wp-login.php
r59 r117 243 243 </form> 244 244 <ul> 245 <li><a href="<?php bloginfo('home'); ?>" title="<?php _e('Are you lost?') ?>">« <?php _e('Back to blog') ?></a></li>245 <li><a href="<?php bloginfo('home'); ?>" title="<?php _e('Are you lost?') ?>">« <?php _e('Back to Lyceum Front Page') ?></a></li> 246 246 <?php if (get_settings(0, 'users_can_register')) : ?> 247 247 <li><a href="<?php bloginfo('wpurl'); ?>/wp-register.php"><?php _e('Register') ?></a></li> tags/0.6RC/src/lyceum/wp-register.php
r38 r117 93 93 <div id="login"> 94 94 <h1><a href="http://wordpress.org/">WordPress</a></h1> 95 <h2><?php _e('Register for thisblog') ?></h2>95 <h2><?php _e('Register for a blog') ?></h2> 96 96 <?php if ( isset($errors) ) : ?> 97 97 <div class="error"> … … 103 103 </div> 104 104 <?php endif; ?> 105 <form method="post" action="wp-register.php" id="registerform"> <?=bloginput()?>105 <form method="post" action="wp-register.php" id="registerform"> 106 106 <p><input type="hidden" name="action" value="register" /> 107 107 <label for="user_login"><?php _e('Username:') ?></label><br /> <input type="text" name="user_login" id="user_login" size="20" maxlength="20" value="<?php echo $user_login; ?>" /><br /></p> … … 111 111 </form> 112 112 <ul> 113 <li><a href="<?php bloginfo('home'); ?>" title="<?php _e('Are you lost?') ?>">« <?php _e('Back to blog') ?></a></li>113 <li><a href="<?php bloginfo('home'); ?>" title="<?php _e('Are you lost?') ?>">« <?php _e('Back to Lyceum Front Page') ?></a></li> 114 114 <li><a href="<?php bloginfo('wpurl'); ?>/wp-login.php"><?php _e('Login') ?></a></li> 115 115 <li><a href="<?php bloginfo('wpurl'); ?>/wp-login.php?action=lostpassword" title="<?php _e('Password Lost and Found') ?>"><?php _e('Lost your password?') ?></a></li> trunk/doc/credits.txt
r36 r117 38 38 Zane Rockenbaugh http://liquid-labs.com 39 39 Will Mitchel http://jonx.com 40 40 Max Starkenburg 41 41 42 42
