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
33d8ed54b1
commit
f888fd85c8
11 changed files with 57 additions and 42 deletions
|
@ -106,11 +106,11 @@ function populate_list_table_columns( $column, $post_id ) {
|
|||
$pledge_name = sprintf(
|
||||
'<a href="%1$s">%2$s</a>',
|
||||
get_edit_post_link( $pledge ),
|
||||
$pledge_name
|
||||
esc_html( $pledge_name )
|
||||
);
|
||||
}
|
||||
|
||||
echo $pledge_name;
|
||||
echo wp_kses_post( $pledge_name );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue