Plugin Directory

Changeset 1041290


Ignore:
Timestamp:
12/09/2014 03:52:29 PM (11 years ago)
Author:
unsalkorkmaz
Message:

1.4.1 update

Location:
firmasite-theme-enhancer
Files:
78 added
2 edited

Legend:

Unmodified
Added
Removed
  • firmasite-theme-enhancer/trunk/firmasite-plugin.php

    r1041262 r1041290  
    44Plugin URI: http://firmasite.com
    55Description: This plugin provides new features to themes. Twitter Bootstrap design elements, custom editor buttons and more..
    6 Version: 1.4.0
     6Version: 1.4.1
    77Author: Ünsal Korkmaz
    88Author URI: http://unsalkorkmaz.com
     
    183183    return $field_value;
    184184}
     185add_filter( 'bp_get_the_profile_field_value', 'firmasite_bp_textarea_allowedtags_show', 1, 2 );
     186function firmasite_bp_textarea_allowedtags_show($field_value, $field_type){
     187    if ("textarea" == $field_type) {
     188        remove_filter( 'bp_get_the_profile_field_value',           'esc_html',        8 );
     189    }
     190    return $field_value;
     191}
    185192
    186193   
  • firmasite-theme-enhancer/trunk/readme.txt

    r1041268 r1041290  
    44Requires at least: 4.0
    55Tested up to: 4.0
    6 Stable tag: 1.4.0
     6Stable tag: 1.4.1
    77License: GPLv3 or later
    88License URI: http://www.gnu.org/licenses/gpl.txt
     
    3434
    3535== Changelog ==
     36
     37= 1.4.1 =
     38* fix for "Allow html tags in BuddyPress text area"
    3639
    3740= 1.4.0 =
Note: See TracChangeset for help on using the changeset viewer.