Changeset 6125
- Timestamp:
- 11/15/2017 08:54:40 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/inc/navigation.php
r6085 r6125 201 201 $current_index = array_keys( $current_page ); 202 202 203 if ( false !== $current_index) {203 if ( ! empty( $current_index ) ) { 204 204 $current_index = $current_index[0]; 205 205 $current_page = $current_page[ $current_index ];
Note: See TracChangeset
for help on using the changeset viewer.