Plugin Directory

Changeset 1608668


Ignore:
Timestamp:
03/06/2017 12:20:54 PM (9 years ago)
Author:
Essential Marketer
Message:

Fixed bug if WordPress is installed on sub-directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • essential-social-share/trunk/admin/admin.php

    r1529665 r1608668  
    7878    <div class="wrap">
    7979        <h1>Essential Social Share</h1>
    80         <form method="post" action="<?php echo wp_nonce_url( '/wp-admin/options-general.php?page=essential-social-share', 'update-ess-options' ); ?>">
     80        <form method="post" action="<?php echo wp_nonce_url( site_url().'/wp-admin/options-general.php?page=essential-social-share', 'update-ess-options' ); ?>">
    8181            <table class="form-table">
    8282                <tbody>
Note: See TracChangeset for help on using the changeset viewer.