Skip to content
  • Dries Buytaert's avatar
    · 76f30557
    Dries Buytaert authored
    * Changed a few things to make development easier without breaking things
      to the outside world.  It's a first step towards improving the submission
      queue.
    
    * More important (to the theme babies): instead of passing individual
      parameters I'm considering to pass an object.
        $theme->abstract($story->aid, $story->informant, $story->time,
         stripslashes($story->subject), stripslashes($story->abstract),
         stripslashes($story->comments), $story->category, $story->department,
         $morelink);
      would become:
        $theme->abstract($story);
      What do you guys think about pushing this trough?  It would be much better
      and would give extra `power' to the themes.
    76f30557