Changeset 1667
- Timestamp:
- 01/08/07 12:02:44 (20 months ago)
- Files:
-
- 1 modified
-
trunk/gregarius/plugins/markallread.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/plugins/markallread.php
r1561 r1667 70 70 if( hidePrivate() ) 71 71 return $existingText; 72 72 73 73 $options = rss_plugins_get_option( MARKALLREAD_CONFIG_OPTIONS ); 74 74 if( $options & MARKALLREAD_OPTION_LINK_FOLDER ) … … 79 79 80 80 function __markallread_sidemenu_feedunreadlabel( $existingText ) { 81 if ( hidePrivate() )82 return $existingText; 83 81 if (hidePrivate() || (class_exists('TagList') && is_a($GLOBALS['rss']-> feedList, 'TagList'))) { 82 return $existingText; 83 } 84 84 $options = rss_plugins_get_option( MARKALLREAD_CONFIG_OPTIONS ); 85 85 if( $options & MARKALLREAD_OPTION_LINK_FEED )
