Changeset 37431 for trunk/src/wp-includes/class-wp-rewrite.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-rewrite.php
r36953 r37431 1744 1744 */ 1745 1745 public function add_permastruct( $name, $struct, $args = array() ) { 1746 // Back wards compatibilityfor the old parameters: $with_front and $ep_mask.1746 // Back-compat for the old parameters: $with_front and $ep_mask. 1747 1747 if ( ! is_array( $args ) ) 1748 1748 $args = array( 'with_front' => $args );
Note: See TracChangeset
for help on using the changeset viewer.