Make WordPress Core


Ignore:
Timestamp:
02/25/2005 12:20:48 AM (20 years ago)
Author:
ryan
Message:

Localize strings. http://mosquito.wordpress.org/view.php?id=909 Props: nbachiyski

File:
1 edited

Legend:

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

    r2253 r2377  
    8282if (0 < $numcats) $numcats = number_format($numcats);
    8383?>
    84 <p>There are currently <?php echo $numposts ?> <a href="edit.php" title="posts">posts</a> and <?php echo $numcomms ?> <a href="edit-comments.php" title="Comments">comments</a>, contained within <?php echo $numcats ?> <a href="categories.php" title="categories">categories</a>.</p>
     84<p><?php printf(__('There are currently %1$d <a href="%2$s" title="Posts">posts</a> and %3$d <a href="%4$s" title="Comments">comments</a>, contained within %5$d <a href="%6$s" title="categories">categories</a>.'), $numposts, 'edit.php',  $numcomms, 'edit-comments.php', $numcats, 'categories.php'); ?></p>
    8585</div>
    8686
Note: See TracChangeset for help on using the changeset viewer.