Add options for summary #80

Open
linos wants to merge 5 commits from custom_summary into main
Showing only changes of commit 9fa705576f - Show all commits

View file

@ -323,7 +323,7 @@ abstract class Event extends Post {
* @param array $args The arguments for which components to include.
* @return string The formatted address.
*/
protected static function format_address( $address, $args = null) {
protected static function format_address( $address, $args = null ) {
if ( is_string( $address ) ) {
return esc_html( $address );
}