Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (19 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/menu-header.php

    r4481 r4495  
    3535?>
    3636<ul id="submenu">
    37 <?php 
    38 foreach ($submenu["$parent_file"] as $item) : 
     37<?php
     38foreach ($submenu["$parent_file"] as $item) :
    3939     if ( !current_user_can($item[1]) )
    4040         continue;
     
    6666<?php
    6767
    68 endif; 
     68endif;
    6969
    7070do_action('admin_notices');
Note: See TracChangeset for help on using the changeset viewer.