Make WordPress Core


Ignore:
Timestamp:
08/30/2006 09:46:31 PM (19 years ago)
Author:
ryan
Message:

Use get_option instead of get_settings. Just 'cause.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form.php

    r4133 r4144  
    3535<?php the_quicktags(); ?>
    3636<?php
    37  $rows = get_settings('default_post_edit_rows');
     37 $rows = get_option('default_post_edit_rows');
    3838 if (($rows < 3) || ($rows > 100)) {
    3939     $rows = 10;
Note: See TracChangeset for help on using the changeset viewer.