Changeset 1152
- Timestamp:
- 07/06/08 16:09:22 (5 months ago)
- Files:
-
- post-count-plus/trunk/post-count-plus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
post-count-plus/trunk/post-count-plus.php
r1040 r1152 6 6 Author: _ck_ 7 7 Author URI: http://bbShowcase.org 8 Version: 1.1. 38 Version: 1.1.4 9 9 10 10 License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ … … 236 236 $post_count_plus_type['custom_titles']="array,5,10"; 237 237 // } 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);} 239 239 if ($post_count_plus['activate']) {add_filter( 'post_author_title', 'post_count_plus_filter');} 240 240 if ($post_count_plus['style']) {add_action('bb_head', 'post_count_plus_add_css');}
