Make WordPress Core

Ticket #45979: 45979.diff

File 45979.diff, 953 bytes (added by sebastienserre, 6 years ago)
  • wp-admin/options-reading.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    120120        ?>
    121121</label></li>
    122122</ul>
     123        <tr scope="row">
     124                <th><?php _e( 'Excerpt size' ); ?></th>
     125                <td>
     126                        <input name="posts_per_page" type="number" step="1" min="1" id="excerpt_size" value="<?php form_option( 'excerpt_size' ); ?>" class="small-text" /> <?php _e( 'words' ); ?>
     127                </td>
     128        </tr>
     129
    123130        <?php if ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_for_posts' ) == get_option( 'page_on_front' ) ) : ?>
    124131<div id="front-page-warning" class="error inline"><p><?php _e( '<strong>Warning:</strong> these pages should not be the same!' ); ?></p></div>
    125132<?php endif; ?>
    126133</fieldset></td>
     134
    127135</tr>
    128136<?php endif; ?>
    129137<tr>