Make WordPress Core

Ticket #29299: 29299.diff

File 29299.diff, 1.4 KB (added by GaryJ, 8 years ago)
  • src/wp-admin/options-reading.php

    diff --git src/wp-admin/options-reading.php src/wp-admin/options-reading.php
    index 7ad94fb..a885b42 100644
    else : 
    9090</tr>
    9191<?php endif; ?>
    9292<tr>
    93 <th scope="row"><label for="posts_per_page"><?php _e( 'Blog pages show at most' ); ?></label></th>
     93<th scope="row"><label for="posts_per_page"><?php _e( 'Number of posts to show on archive pages' ); ?></label></th>
    9494<td>
    95 <input name="posts_per_page" type="number" step="1" min="1" id="posts_per_page" value="<?php form_option( 'posts_per_page' ); ?>" class="small-text" /> <?php _e( 'posts' ); ?>
     95<input name="posts_per_page" type="number" step="1" min="1" id="posts_per_page" value="<?php form_option( 'posts_per_page' ); ?>" class="small-text" />
    9696</td>
    9797</tr>
    9898<tr>
    99 <th scope="row"><label for="posts_per_rss"><?php _e( 'Syndication feeds show the most recent' ); ?></label></th>
    100 <td><input name="posts_per_rss" type="number" step="1" min="1" id="posts_per_rss" value="<?php form_option( 'posts_per_rss' ); ?>" class="small-text" /> <?php _e( 'items' ); ?></td>
     99<th scope="row"><label for="posts_per_rss"><?php _e( 'Number of posts to show in feeds' ); ?></label></th>
     100<td><input name="posts_per_rss" type="number" step="1" min="1" id="posts_per_rss" value="<?php form_option( 'posts_per_rss' ); ?>" class="small-text" /></td>
    101101</tr>
    102102<tr>
    103103<th scope="row"><?php _e( 'For each article in a feed, show' ); ?> </th>