Make WordPress Core


Ignore:
Timestamp:
07/14/2010 04:53:20 AM (15 years ago)
Author:
nacin
Message:

Fix admin memu link for tax assigned to pages. props SeyelentEco, fixes #13560 for 3.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/wp-admin/menu.php

    r15193 r15423  
    114114            continue;
    115115
    116         $submenu['edit.php?post_type=page'][$i++] = array( esc_attr( $tax->labels->name ), $tax->cap->manage_terms, 'edit-tags.php?taxonomy=' . $tax->name );
     116        $submenu['edit.php?post_type=page'][$i++] = array( esc_attr( $tax->labels->name ), $tax->cap->manage_terms, 'edit-tags.php?post_type=page&taxonomy=' . $tax->name );
    117117    }
    118118    unset($tax);
Note: See TracChangeset for help on using the changeset viewer.