Changeset 7450
- Timestamp:
- 03/21/2008 04:10:33 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
wp-content/themes/classic/comments-popup.php (modified) (1 diff)
-
wp-content/themes/default/comments-popup.php (modified) (1 diff)
-
wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/comments-popup.php
r6343 r7450 103 103 <!-- // this is just the end of the motor - don't touch that line either :) --> 104 104 <?php //} ?> 105 <p class="credit"><?php timer_stop(1); ?> <?php echo sprintf(__("<cite>Powered by <a href=\"http://wordpress.org\" title=\"%s\"><strong>Word press</strong></a></cite>"),__("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></p>105 <p class="credit"><?php timer_stop(1); ?> <?php echo sprintf(__("<cite>Powered by <a href=\"http://wordpress.org\" title=\"%s\"><strong>WordPress</strong></a></cite>"),__("Powered by WordPress, state-of-the-art semantic personal publishing platform.")); ?></p> 106 106 <?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?> 107 107 <script type="text/javascript"> -
trunk/wp-content/themes/default/comments-popup.php
r6343 r7450 103 103 <!-- // this is just the end of the motor - don't touch that line either :) --> 104 104 <?php //} ?> 105 <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>Word press</strong></a></cite></p>105 <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> 106 106 <?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?> 107 107 <script type="text/javascript"> -
trunk/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js
r7378 r7450 1 1 /** 2 * Word press plugin.2 * WordPress plugin. 3 3 */ 4 4
Note: See TracChangeset
for help on using the changeset viewer.