Plugin Directory

Changeset 402892


Ignore:
Timestamp:
06/30/2011 05:12:38 PM (15 years ago)
Author:
wpdavis
Message:

Fixing typos\!

Location:
require-ssl-for-pages
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • require-ssl-for-pages/tags/0.1/plugin.php

    r402883 r402892  
    2020   
    2121    // Function to redirect to SSL version of the page if needed
    22     add_action( 'template_redirect', 'bdn_redirect_ssh_pages', 1 );
     22    add_action( 'template_redirect', 'bdn_redirect_ssl_pages', 1 );
    2323   
    2424    // Filter the permalink
     
    8686
    8787//Redirect if you try to visit a non-SSL page
    88 function bdn_redirect_ssh_pages( ) {
     88function bdn_redirect_ssl_pages( ) {
    8989
    9090    global $post;
  • require-ssl-for-pages/tags/0.1/readme.txt

    r402883 r402892  
    18182. Activate the plugin
    19193. Make sure either FORCE_SSL_LOGIN or FORCE_SSL_ADMIN (or both) is defined true in your wp-config.
    20 4. Check the box on the edit page screen to force it to be ssh.
     204. Check the box on the edit page screen to force it to be ssl.
  • require-ssl-for-pages/trunk/plugin.php

    r402883 r402892  
    2020   
    2121    // Function to redirect to SSL version of the page if needed
    22     add_action( 'template_redirect', 'bdn_redirect_ssh_pages', 1 );
     22    add_action( 'template_redirect', 'bdn_redirect_ssl_pages', 1 );
    2323   
    2424    // Filter the permalink
     
    8686
    8787//Redirect if you try to visit a non-SSL page
    88 function bdn_redirect_ssh_pages( ) {
     88function bdn_redirect_ssl_pages( ) {
    8989
    9090    global $post;
  • require-ssl-for-pages/trunk/readme.txt

    r402883 r402892  
    18182. Activate the plugin
    19193. Make sure either FORCE_SSL_LOGIN or FORCE_SSL_ADMIN (or both) is defined true in your wp-config.
    20 4. Check the box on the edit page screen to force it to be ssh.
     204. Check the box on the edit page screen to force it to be ssl.
Note: See TracChangeset for help on using the changeset viewer.