• Hi guys,

    After upgrading to 2.1 everything seems to be working ok but this get_link calls

    [code]

    <?php get_links(2, '

    • ', '
    • ', '', TRUE, 'url', FALSE); ?>

      <?php get_links(3, '

    • ', '
    • ', '', TRUE, 'url', FALSE); ?>

      [/code]

      It shows nothing, while before it showed my blogroll. Any clue about what happens?

Viewing 1 replies (of 1 total)
  • raultbc

    (@raultbc)

    The order of parameters passed
    to get_links changed – you need
    to check the 2.1 codex for the
    new order and adjust your theme
    file accordingly.

Viewing 1 replies (of 1 total)
  • The topic ‘get_links bug in 2.1’ is closed to new replies.