Changeset 32653 for trunk/src/wp-admin/includes/bookmark.php
- Timestamp:
- 05/29/2015 05:03:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/bookmark.php
r32642 r32653 117 117 */ 118 118 function wp_get_link_cats( $link_id = 0 ) { 119 120 119 $cats = wp_get_object_terms( $link_id, 'link_category', array('fields' => 'ids') ); 121 122 120 return array_unique( $cats ); 123 121 } … … 309 307 wp_die( __( 'You do not have sufficient permissions to edit the links for this site.' ) ); 310 308 } 311 add_action( 'admin_page_access_denied', 'wp_link_manager_disabled_message' );
Note: See TracChangeset
for help on using the changeset viewer.