mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 18:05:45 +03:00
Apply coding standards
This commit is contained in:
parent
82c8c9aec6
commit
53ae291a53
4 changed files with 8 additions and 8 deletions
|
@ -95,7 +95,7 @@ use function WordPressDotOrg\FiveForTheFuture\get_views_path;
|
|||
|
||||
<?php
|
||||
if ( ! $readonly ) :
|
||||
$data = [ 'pledge-contributors' => '' ];
|
||||
$data = array( 'pledge-contributors' => '' );
|
||||
require get_views_path() . 'inputs-pledge-contributors.php';
|
||||
?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue