Plugin Directory

Changeset 682889


Ignore:
Timestamp:
03/16/2013 02:01:39 PM (13 years ago)
Author:
thewarlog
Message:

no title issue fixed.

Location:
ra-fb-like-box
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ra-fb-like-box/tags/1.2/ra_fb_like_box.php

    r679058 r682889  
    44   Plugin URI: http://blog.ecafechat.com/rashids-facebook-like-box-plugin-for-wordpress/
    55   Description: RA-FB Like Box enables you to display the facebook page likes in your website.
    6    Version: 1.1
     6   Version: 1.2
    77   Author: Rashid Azar
    88   Author URI: http://blog.ecafechat.com
     
    109109    static function ra_fb_like_options_page(){
    110110        if(isset($_POST['ra_submit'])){
    111             if(!empty($_POST['ra_title']))          update_option(self::$_ra_title          , $_POST['ra_title']);
     111            if(true || !empty($_POST['ra_title']))      update_option(self::$_ra_title          , $_POST['ra_title']);
    112112            if(!empty($_POST['ra_url']))            update_option(self::$_ra_url            , $_POST['ra_url']);
    113113            if(!empty($_POST['ra_width']))          update_option(self::$_ra_width          , $_POST['ra_width']);
  • ra-fb-like-box/tags/1.2/readme.txt

    r679054 r682889  
    55Requires at least: 3.3.1
    66Tested up to: 3.5.1
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88
    99RA-FB Like Box enables you to display the facebook page likes in your website.
  • ra-fb-like-box/trunk/ra_fb_like_box.php

    r679058 r682889  
    44   Plugin URI: http://blog.ecafechat.com/rashids-facebook-like-box-plugin-for-wordpress/
    55   Description: RA-FB Like Box enables you to display the facebook page likes in your website.
    6    Version: 1.1
     6   Version: 1.2
    77   Author: Rashid Azar
    88   Author URI: http://blog.ecafechat.com
     
    109109    static function ra_fb_like_options_page(){
    110110        if(isset($_POST['ra_submit'])){
    111             if(!empty($_POST['ra_title']))          update_option(self::$_ra_title          , $_POST['ra_title']);
     111            if(true || !empty($_POST['ra_title']))      update_option(self::$_ra_title          , $_POST['ra_title']);
    112112            if(!empty($_POST['ra_url']))            update_option(self::$_ra_url            , $_POST['ra_url']);
    113113            if(!empty($_POST['ra_width']))          update_option(self::$_ra_width          , $_POST['ra_width']);
  • ra-fb-like-box/trunk/readme.txt

    r679054 r682889  
    55Requires at least: 3.3.1
    66Tested up to: 3.5.1
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88
    99RA-FB Like Box enables you to display the facebook page likes in your website.
Note: See TracChangeset for help on using the changeset viewer.