- Timestamp:
- 08/01/2014 06:47:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/handbook/handbook.php
r774 r776 96 96 function register_post_type() { 97 97 if ( 'handbook' != $this->post_type ) { 98 $slug = 'handbook/' .substr( $this->post_type, 0, -9 );98 $slug = substr( $this->post_type, 0, -9 ); 99 99 } else { 100 100 $slug = 'handbook';
Note: See TracChangeset
for help on using the changeset viewer.