Changeset 19094 for trunk/wp-includes/post.php
- Timestamp:
- 10/31/2011 07:38:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r19075 r19094 4028 4028 $icon_files = array(); 4029 4029 while ( $dirs ) { 4030 $dir = array_shift($keys = array_keys($dirs)); 4030 $keys = array_keys( $dirs ); 4031 $dir = array_shift( $keys ); 4031 4032 $uri = array_shift($dirs); 4032 4033 if ( $dh = opendir($dir) ) {
Note: See TracChangeset
for help on using the changeset viewer.