Make WordPress Core

Ticket #14489: 14489.diff

File 14489.diff, 645 bytes (added by blepoxp, 15 years ago)

Replaces & with &

  • wp-admin/menu.php

     
    9797                if ( ! $tax->show_ui || ! in_array('page', (array) $tax->object_type, true) )
    9898                        continue;
    9999
    100                 $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 );
     100                $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 );
    101101        }
    102102        unset($tax);
    103103