- Timestamp:
- 03/02/2016 10:13:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r36792 r36808 104 104 'name' => 'cat_id', 105 105 'taxonomy' => 'link_category', 106 'show_option_all' => __( 'All categories' ),106 'show_option_all' => get_taxonomy( 'link_category' )->labels->all_items, 107 107 'hide_empty' => true, 108 108 'hierarchical' => 1,
Note: See TracChangeset
for help on using the changeset viewer.