Make WordPress Core

Changeset 7450


Ignore:
Timestamp:
03/21/2008 04:10:33 PM (18 years ago)
Author:
ryan
Message:

W-P! rocks the CamelCase. Props lloydbudd. fixes #6335

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/comments-popup.php

    r6343 r7450  
    103103<!-- // this is just the end of the motor - don't touch that line either :) -->
    104104<?php //} ?>
    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>
     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>
    106106<?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?>
    107107<script type="text/javascript">
  • trunk/wp-content/themes/default/comments-popup.php

    r6343 r7450  
    103103<!-- // this is just the end of the motor - don't touch that line either :) -->
    104104<?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>Wordpress</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>
    106106<?php // Seen at http://www.mijnkopthee.nl/log2/archive/2003/05/28/esc(18) ?>
    107107<script type="text/javascript">
  • trunk/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js

    r7378 r7450  
    11/**
    2  * Wordpress plugin.
     2 * WordPress plugin.
    33 */
    44
Note: See TracChangeset for help on using the changeset viewer.