Plugin Directory

Changeset 385446


Ignore:
Timestamp:
05/16/2011 02:15:44 PM (15 years ago)
Author:
AivarasFX
Message:

some info update

Location:
fx-simple-loginlogout
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • fx-simple-loginlogout/tags/1.0.2/FX-simple-LoginLogout.php

    r293911 r385446  
    33 * Description: Widget displays simple horizontal login for top of the page. Requires wp-fb-autoconnect plugin
    44 * Author: Aivaras Sondeckis
    5  * Version: 1.0.1
     5 * Version: 1.0.2
    66 * Author URI: http://www.3Dgrafika.lt
    77 * Plugin URI: http://wordpress.org/extend/plugins/fx-simple-loginlogout/
     
    1010
    1111/*
    12  * Copyright 2010 Aivaras Sondeckis (email: info@3Dgrafika.lt)
     12 * Copyright 2011 Aivaras Sondeckis (email: info@3Dgrafika.lt)
    1313 */
    1414
    1515class FX_Simple_LoginLogout extends WP_Widget
    1616{
    17     //////////////////////////////////////////////////////
    1817    //Init the Widget
    1918    function FX_Simple_LoginLogout()
    2019    {
    21         $this->WP_Widget( false, "FX Simple LoginLogout", array( 'description' => 'A top sidebar Login/Logout form with Facebook Connect button (Requires WP-FB-Autoconnect plugin)' ) );
     20        $this->WP_Widget( false, "FX Simple LoginLogout", array( 'description' => 'A simple Login/Logout form with Facebook Connect button (Requires WP-FB-Autoconnect plugin)' ) );
    2221    }
    2322 
  • fx-simple-loginlogout/trunk/FX-simple-LoginLogout.php

    r293911 r385446  
    33 * Description: Widget displays simple horizontal login for top of the page. Requires wp-fb-autoconnect plugin
    44 * Author: Aivaras Sondeckis
    5  * Version: 1.0.1
     5 * Version: 1.0.2
    66 * Author URI: http://www.3Dgrafika.lt
    77 * Plugin URI: http://wordpress.org/extend/plugins/fx-simple-loginlogout/
     
    1010
    1111/*
    12  * Copyright 2010 Aivaras Sondeckis (email: info@3Dgrafika.lt)
     12 * Copyright 2011 Aivaras Sondeckis (email: info@3Dgrafika.lt)
    1313 */
    1414
    1515class FX_Simple_LoginLogout extends WP_Widget
    1616{
    17     //////////////////////////////////////////////////////
    1817    //Init the Widget
    1918    function FX_Simple_LoginLogout()
    2019    {
    21         $this->WP_Widget( false, "FX Simple LoginLogout", array( 'description' => 'A top sidebar Login/Logout form with Facebook Connect button (Requires WP-FB-Autoconnect plugin)' ) );
     20        $this->WP_Widget( false, "FX Simple LoginLogout", array( 'description' => 'A simple Login/Logout form with Facebook Connect button (Requires WP-FB-Autoconnect plugin)' ) );
    2221    }
    2322 
Note: See TracChangeset for help on using the changeset viewer.