Make WordPress Core

Changeset 3707


Ignore:
Timestamp:
04/13/2006 05:02:08 AM (19 years ago)
Author:
ryan
Message:

Default show description option to off for bookmarks list, for now. This seems to be the preferred default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions-bookmarks.php

    r3691 r3707  
    250250            // Call get_links() with all the appropriate params
    251251            get_links($cat->cat_ID,
    252                 '<li>',"</li>","\n");
     252                '<li>',"</li>","\n", true, 'name', false);
    253253
    254254            // Close the last category
Note: See TracChangeset for help on using the changeset viewer.