Make WordPress Core


Ignore:
Timestamp:
01/18/2010 08:34:48 PM (16 years ago)
Author:
ryan
Message:

Coding standards, space after if

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-header.php

    r12546 r12752  
    190190
    191191    function toggle_text(force) {
    192         if(jQuery('#textcolor').val() == 'blank') {
     192        if (jQuery('#textcolor').val() == 'blank') {
    193193            //Show text
    194194            jQuery( buttons.toString() ).show();
Note: See TracChangeset for help on using the changeset viewer.