Changeset 7712 for branches/2.5/wp-includes/post.php
- Timestamp:
- 04/16/2008 11:09:37 PM (18 years ago)
- File:
-
- 1 edited
-
branches/2.5/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-includes/post.php
r7695 r7712 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.