Changeset 6056
- Timestamp:
- 10/26/2017 05:14:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/mu-plugins/wcorg-misc.php
r5944 r6056 52 52 */ 53 53 add_filter( 'widget_text', 'do_shortcode' ); 54 // todo can remove this after ugprade to 4.9 54 55 55 56 /** … … 283 284 * Gutenberg editor, this limits the Gutenberg content editing links to posts and pages. 284 285 * 285 * TODO: revisit this when Gutenberg supports meta boxes.286 */ 287 add_filter( 'gutenberg_ add_edit_link_for_post_type', function( $bool, $post_type ) {286 * TODO: revisit this when Gutenberg supports "advanced" meta boxes. 287 */ 288 add_filter( 'gutenberg_can_edit_post_type', function( $bool, $post_type ) { 288 289 $allowed_post_types = array( 289 290 'post',
Note: See TracChangeset
for help on using the changeset viewer.