Changeset 18627 for trunk/wp-includes/post.php
- Timestamp:
- 08/31/2011 06:46:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r18613 r18627 3162 3162 3163 3163 $foundid = 0; 3164 foreach ( $pages as $page ) {3164 foreach ( (array) $pages as $page ) { 3165 3165 if ( $page->post_name == $revparts[0] ) { 3166 3166 $count = 0;
Note: See TracChangeset
for help on using the changeset viewer.