mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-05 10:25:45 +03:00
Add the "Add Contributors" input to the form
This commit is contained in:
parent
eacd2bf3f2
commit
aa79c8147e
4 changed files with 21 additions and 6 deletions
|
@ -203,6 +203,7 @@ function add_meta_boxes() {
|
|||
*/
|
||||
function render_meta_boxes( $pledge, $box ) {
|
||||
$readonly = ! current_user_can( 'edit_page', $pledge->ID );
|
||||
$is_manage = true;
|
||||
|
||||
$data = array();
|
||||
foreach ( get_pledge_meta_config() as $key => $config ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue