Make WordPress Core

Changeset 28501


Ignore:
Timestamp:
05/19/2014 05:10:45 AM (12 years ago)
Author:
wonderboymusic
Message:

In wp_list_bookmarks(), $categorize should now be $r['categorize].

See #22400.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/bookmark-template.php

    r28407 r28501  
    238238                ) );
    239239                if ( empty( $cats ) ) {
    240                         $categorize = false;
     240                        $r['categorize'] = false;
    241241                }
    242242        }
Note: See TracChangeset for help on using the changeset viewer.