Make WordPress Core

Changeset 1271


Ignore:
Timestamp:
05/14/2004 06:19:46 AM (21 years ago)
Author:
saxmatt
Message:

Tweaking what shows by default.

Location:
trunk/wp-admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-comments.php

    r1245 r1271  
    102102        ?>
    103103        <p>
    104         <strong><?php _e('No results found.') ?></strong></p>
     104        <strong><?php _e('No comments found.') ?></strong></p>
    105105       
    106106        <?php
  • trunk/wp-admin/edit.php

    r1245 r1271  
    8888    <th scope="col"><?php _e('Delete') ?></th>
    8989  </tr>
    90   <?php
     90<?php
     91if (empty($m)) $showposts = 15;
    9192include(ABSPATH.'wp-blog-header.php');
    9293
  • trunk/wp-admin/quicktags.js

    r1270 r1271  
    2424edButtons[edButtons.length] =
    2525new edButton('ed_strong'
    26 ,'strong'
     26,'str'
    2727,'<strong>'
    2828,'</strong>'
Note: See TracChangeset for help on using the changeset viewer.