Plugin Directory

Changeset 1604775


Ignore:
Timestamp:
02/27/2017 07:22:10 PM (9 years ago)
Author:
cteitzel
Message:

SVN Upload Issue Fixed

Location:
lockr/trunk
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • lockr/trunk/lockr-admin-config.php

    r1602402 r1604775  
    455455<?php
    456456    settings_errors();
    457 ?>
    458   <form method="post" action="options.php">
    459 <?php
    460     settings_fields( 'lockr_options' );
    461 
    462457    $cert_valid = $status['cert_valid'];
    463458    $exists = $status['exists'];
     
    496491    $status_table->display();
    497492    $partner = lockr_get_partner();
     493?>
     494  <form method="post" action="options.php">
     495<?php
     496    settings_fields( 'lockr_options' );
    498497
    499498    if ( $partner ) {
Note: See TracChangeset for help on using the changeset viewer.