Changeset 7387
- Timestamp:
- 07/09/2018 03:43:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php
r7381 r7387 118 118 add_action( 'add_meta_boxes', __NAMESPACE__ . '\\rename_comments_meta_box', 10, 2 ); 119 119 120 add_filter( 'post_type_link', __NAMESPACE__ . '\\method_permalink', 9, 2 );120 add_filter( 'post_type_link', __NAMESPACE__ . '\\method_permalink', 11, 2 ); 121 121 add_filter( 'term_link', __NAMESPACE__ . '\\taxonomy_permalink', 10, 3 ); 122 122
Note: See TracChangeset
for help on using the changeset viewer.