Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Revision Field Added.
  • Loading branch information
tirth-doshi-techno committed Oct 1, 2024
commit 1a625221946b71bc1b935638132f7947a4eb2917
8 changes: 7 additions & 1 deletion src/wp-admin/options-writing.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@
</select>
</td>
</tr>
<tr>
<th scope="row"><label for="default_revision_limit"><?php _e( 'Default Revision Limit' ); ?></label></th>
<td>
<input name="default_revision_limit" type="number" min="3" max="300" value="10" id="default_revision_limit" value="<?php get_option( 'default_revision_limit' ); ?>" class="small-text" />
</td>
</tr>
<?php
if ( get_option( 'link_manager_enabled' ) ) :
?>
Expand Down Expand Up @@ -254,4 +260,4 @@
</form>
</div>

<?php require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>
<?php require_once ABSPATH . 'wp-admin/admin-footer.php'; ?>