Making WordPress.org

Ticket #2349: 2349.2.patch

File 2349.2.patch, 2.2 KB (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/handbooks.php

     
    181181                        );
    182182                }
    183183
     184                $defaults['show_in_rest'] = true;
     185
    184186                return $defaults;
    185187        }
    186188
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/registrations.php

     
    7070                                'with_front' => false,
    7171                        ),
    7272                        'supports'    => $supports,
     73                        'show_in_rest' => true,
    7374                ) );
    7475
    7576                // Methods
     
    102103                                'with_front' => false,
    103104                        ),
    104105                        'supports'    => $supports,
     106                        'show_in_rest' => true,
    105107                ) );
    106108
    107109                // Hooks
     
    130132                                'with_front' => false,
    131133                        ),
    132134                        'supports'    => $supports,
     135                        'show_in_rest' => true,
    133136                ) );
    134137
    135138                // Methods
     
    158161                                'with_front' => false,
    159162                        ),
    160163                        'supports'    => $supports,
     164                        'show_in_rest' => true,
    161165                ) );
    162166        }
    163167
     
    191195                        'rewrite'               => array( 'with_front' => false, 'slug' => 'reference/files', 'hierarchical' => true ),
    192196                        'sort'                  => false,
    193197                        'update_count_callback' => '_update_post_term_count',
     198                        'show_in_rest'          => true,
    194199                ) );
    195200
    196201                // Package
     
    201206                        'rewrite'               => array( 'with_front' => false, 'slug' => 'reference/package' ),
    202207                        'sort'                  => false,
    203208                        'update_count_callback' => '_update_post_term_count',
     209                        'show_in_rest'          => true,
    204210                ) );
    205211
    206212                // @since
     
    211217                        'rewrite'               => array( 'with_front' => false, 'slug' => 'reference/since' ),
    212218                        'sort'                  => false,
    213219                        'update_count_callback' => '_update_post_term_count',
     220                        'show_in_rest'          => true,
    214221                ) );
    215222        }
    216223