From 092a6bd3ca7968260d78e111447d56d8c6e0e8f6 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Mon, 23 Jan 2023 20:31:38 +0100 Subject: [PATCH] coding standards --- templates/settings.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/settings.php b/templates/settings.php index d563cc5..8163808 100644 --- a/templates/settings.php +++ b/templates/settings.php @@ -12,7 +12,7 @@ $image_sizes = wp_get_registered_image_subsizes(); $thumbnail_size = $image_sizes['thumbnail']['width'] . 'x' . $image_sizes['thumbnail']['height'] . ' px'; $registered_sizes = ''; -foreach( $image_sizes as $name => $size ) { +foreach ( $image_sizes as $name => $size ) { $registered_sizes .= $name . ', '; } @@ -70,18 +70,18 @@ $registered_sizes .= '.';
-

-

+

+

  • [ap_title] -
  • [ap_content] -
  • -
  • [ap_excerpt lenght=nnn] -
  • +
  • [ap_excerpt lenght=400] -
  • [ap_permalink type=xxx] -
  • [ap_shortlink type=xxx] - Hum, to prettify the Shortlinks. Type can be either: raw (the raw url, no escaping), esc (the html escaped url), html (default, an a tag to the url).', 'activitypub' ), 'default' ); ?>
  • [ap_hashtags] -
  • [ap_hashcats] -
  • -
  • [ap_image size=xxx] -
  • +
  • [ap_image size=xxx] -
  • [ap_thumbnail] -
  • [ap_author] -
  • [ap_authorurl] -
  • @@ -97,7 +97,7 @@ $registered_sizes .= '.';

-

Let me know if you miss a template pattern.', 'activitypub' ), 'default' ); ?>

+

Let me know if you miss a template pattern.', 'activitypub' ), 'activitypub' ); ?>