Changeset 37431 for trunk/src/wp-includes/rewrite.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite.php
r36970 r37431 203 203 global $wp_rewrite; 204 204 205 // backwards compatibility for the old parameters: $with_front and $ep_mask205 // Back-compat for the old parameters: $with_front and $ep_mask. 206 206 if ( ! is_array( $args ) ) 207 207 $args = array( 'with_front' => $args );
Note: See TracChangeset
for help on using the changeset viewer.