Plugin Directory

Changeset 1477397


Ignore:
Timestamp:
08/17/2016 11:42:47 PM (10 years ago)
Author:
Vincent Stark
Message:

Move notifications email box to the top.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • video-capture/trunk/templates/settings.php

    r1477393 r1477397  
    1616        <?php settings_fields( 'wp_video_capture-group' ); ?>
    1717        <?php do_settings_fields( 'wp_video_capture-group', 'wp_video_capture-section' ); ?>
     18        <?php do_settings_sections( 'wp_video_capture-email' ); ?>
    1819        <?php do_settings_sections( 'wp_video_capture_pro' ); ?>
    1920        <?php do_settings_sections( 'wp_video_capture' ); ?>
    20         <?php do_settings_sections( 'wp_video_capture-email' ); ?>
    2121        <?php do_settings_sections( 'wp_video_capture-youtube' ); ?>
    2222        <?php do_settings_sections( 'wp_video_capture-collect' ); ?>
Note: See TracChangeset for help on using the changeset viewer.