Make WordPress Core

Changeset 13312


Ignore:
Timestamp:
02/22/2010 09:26:48 PM (15 years ago)
Author:
nacin
Message:

Don't use PHP short tag. Fixes #12337 props junsuijin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/custom-navigation.php

    r13293 r13312  
    274274            </ul>
    275275        </li>
    276 <?                      $current_parent = array_pop( $parent_stack );
     276<?php                   $current_parent = array_pop( $parent_stack );
    277277                    } ?>
    278278<?php               } else {
Note: See TracChangeset for help on using the changeset viewer.