Make WordPress Core

Changeset 1213


Ignore:
Timestamp:
04/30/2004 07:37:51 AM (20 years ago)
Author:
saxmatt
Message:

i29n

File:
1 edited

Legend:

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

    r1205 r1213  
    3939if( isset( $_GET['m'] ) )
    4040{
    41     print "<h3>Showing Posts From ".$month[substr( $_GET['m'], 4, 2 )]." ".substr( $_GET['m'], 0, 4 )."</h3>";
     41    echo '<h2>' . $month[substr( $_GET['m'], 4, 2 )]." ".substr( $_GET['m'], 0, 4 )."</h2>";
    4242}
    4343?>
Note: See TracChangeset for help on using the changeset viewer.