Changeset 6323
- Timestamp:
- 01/09/2018 11:32:45 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php
r6304 r6323 185 185 add_filter( 'get_edit_post_link', array( 'Gutenberg_Handbook', 'redirect_edit_link_to_github' ), 10, 3 ); 186 186 add_filter( 'o2_filter_post_actions', array( 'Gutenberg_Handbook', 'redirect_o2_edit_link_to_github' ), 11, 2 ); 187 188 add_filter( 'handbook_display_toc', '__return_false' );
Note: See TracChangeset
for help on using the changeset viewer.