Changeset 7713 for trunk/wp-includes/post.php
- Timestamp:
- 04/16/2008 11:09:51 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r7694 r7713 2426 2426 $icon_files = array(); 2427 2427 while ( $dirs ) { 2428 $dir = array_shift( array_keys($dirs));2428 $dir = array_shift($keys = array_keys($dirs)); 2429 2429 $uri = array_shift($dirs); 2430 2430 if ( $dh = opendir($dir) ) {
Note: See TracChangeset
for help on using the changeset viewer.