Ticket #51839: class-wp-rewrite.php.patch
File class-wp-rewrite.php.patch, 556 bytes (added by , 4 years ago) |
---|
-
src/wp-includes/class-wp-rewrite.php
746 746 747 747 if ( empty( $this->permalink_structure ) ) { 748 748 $this->feed_structure = ''; 749 return false; 749 } else { 750 $this->feed_structure = $this->root . $this->feed_base . '/%feed%'; 750 751 } 751 752 752 $this->feed_structure = $this->root . $this->feed_base . '/%feed%';753 754 753 return $this->feed_structure; 755 754 } 756 755