Make WordPress Core


Ignore:
Timestamp:
04/20/2009 06:18:39 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/widgets.php

    r11009 r11013  
    3636
    3737    /** Echo the widget content.
    38      * 
     38     *
    3939     * Subclasses should over-ride this function to generate their widget code.
    4040     *
     
    4747
    4848    /** Update a particular instance.
    49      * 
     49     *
    5050     * This function should check that $new_instance is set correctly.
    5151     * The newly calculated value of $instance should be returned.
     
    6161
    6262    /** Echo the settings update form
    63      * 
     63     *
    6464     * @param array $instance Current settings
    6565     */
     
    9797
    9898    /** Constructs name attributes for use in form() fields
    99      * 
     99     *
    100100     * This function should be used in form() methods to create name attributes for fields to be saved by update()
    101      * 
     101     *
    102102     * @param string $field_name Field name
    103103     * @return string Name attribute for $field_name
     
    108108
    109109    /** Constructs id attributes for use in form() fields
    110      * 
     110     *
    111111     * This function should be used in form() methods to create id attributes for fields to be saved by update()
    112      * 
     112     *
    113113     * @param string $field_name Field name
    114114     * @return string ID attribute for $field_name
Note: See TracChangeset for help on using the changeset viewer.