Make WordPress Core


Ignore:
Timestamp:
02/13/2004 09:59:47 AM (21 years ago)
Author:
saxmatt
Message:

Abstraction of a admin functions, new custom options page for general options, improved style.

File:
1 edited

Legend:

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

    r831 r869  
    44
    55$allowed_users = explode(" ", trim($fileupload_allowedusers));
    6 
    7 function selected($selected, $current) {
    8     if ($selected == $current) echo ' selected="selected"';
    9 }
    10 
    11 function checked($checked, $current) {
    12     if ($checked == $current) echo ' checked="checked"';
    13 }
    146
    157$submitbutton_text = 'Blog this!';
Note: See TracChangeset for help on using the changeset viewer.