mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
i18n updates from nbachiyski. fixes #2069
git-svn-id: https://develop.svn.wordpress.org/trunk@3295 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+2
-2
@@ -129,7 +129,7 @@ if (0 < $numcats) $numcats = number_format($numcats);
|
||||
$rss = @fetch_rss('http://wordpress.org/development/feed/');
|
||||
if ( isset($rss->items) && 0 != count($rss->items) ) {
|
||||
?>
|
||||
<h3>WordPress Development Blog</h3>
|
||||
<h3><?php _e('WordPress Development Blog'); ?></h3>
|
||||
<?php
|
||||
$rss->items = array_slice($rss->items, 0, 3);
|
||||
foreach ($rss->items as $item ) {
|
||||
@@ -169,4 +169,4 @@ foreach ($rss->items as $item ) {
|
||||
|
||||
<?php
|
||||
require('./admin-footer.php');
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user