Changeset 1152

Show
Ignore:
Timestamp:
07/06/08 16:09:22 (5 months ago)
Author:
_ck_
Message:

1.1.4 possible workaround for profile edit bug?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • post-count-plus/trunk/post-count-plus.php

    r1040 r1152  
    66Author: _ck_ 
    77Author URI: http://bbShowcase.org 
    8 Version: 1.1.3 
     8Version: 1.1.4 
    99 
    1010License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ 
     
    236236                $post_count_plus_type['custom_titles']="array,5,10";             
    237237        // } 
    238         if ($post_count_plus['profile_insert']) {add_filter( 'get_profile_info_keys','post_count_plus_profile_key',200);} 
     238        if ($post_count_plus['profile_insert']) {bb_repermalink(); add_filter( 'get_profile_info_keys','post_count_plus_profile_key',200);} 
    239239        if ($post_count_plus['activate']) {add_filter( 'post_author_title', 'post_count_plus_filter');} 
    240240        if ($post_count_plus['style']) {add_action('bb_head', 'post_count_plus_add_css');}