Make WordPress Core


Ignore:
Timestamp:
03/21/2021 01:03:14 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Add missing semicolon to some endif keywords.

See #52627.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options.php

    r50373 r50560  
    393393    <?php else : ?>
    394394        <input class="regular-text <?php echo $class; ?>" type="text" name="<?php echo $name; ?>" id="<?php echo $name; ?>" value="<?php echo esc_attr( $value ); ?>"<?php disabled( $disabled, true ); ?> />
    395     <?php endif ?></td>
     395    <?php endif; ?></td>
    396396</tr>
    397397<?php endforeach; ?>
Note: See TracChangeset for help on using the changeset viewer.