Make WordPress Core


Ignore:
Timestamp:
10/31/2011 07:38:46 PM (13 years ago)
Author:
ryan
Message:

Avoid E_STRICT notices. see #18975

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r19075 r19094  
    40284028            $icon_files = array();
    40294029            while ( $dirs ) {
    4030                 $dir = array_shift($keys = array_keys($dirs));
     4030                $keys = array_keys( $dirs );
     4031                $dir = array_shift( $keys );
    40314032                $uri = array_shift($dirs);
    40324033                if ( $dh = opendir($dir) ) {
Note: See TracChangeset for help on using the changeset viewer.