You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Will show only date (as set in WordPress Settings > General) for the item of a p
62
62
|`show_time`|`yes` will display time also |`no`| -- |
63
63
|`show_sep`|`yes` will display separator string |`no`| -- |
64
64
|`sep`| optional separator string |` @` (that is a space plus @-symbol, like so: " @") | yes! |
65
-
|`show_label`|`yes` will display a label string before date & time values |no| -- |
65
+
|`show_label`|`yes` will display a label string before date & time values |`no`| -- |
66
66
|`label_before`| label string before date & time values |`Last updated:` (by default not shown) | yes! |
67
67
|`label_after`| label string after time value -- useful for languages like German to get time values like "9.40 Uhr" (see the "Uhr" string) | "" (not displayed) | -- |
68
68
|`class`| additional custom class for the wrapper | "" (none) | -- |
@@ -100,4 +100,9 @@ Will show only date (as set in WordPress Settings > General) for the item of a p
100
100
**Recommended:* Global WordPress lang dir path for translations: `wp-content/languages/plugins/shortcode-item-updated-de_DE.mo` ---> *NOTE: if this file/path exists it will be loaded at higher priority than the plugin path! This is the recommended path & way to store your translations as it is update-safe and allows for custom translations!*
101
101
* Recommended translation tools: *Poedit Pro v1.8+* or *WordPress Plugin "Loco Translate"* or *your IDE/ Code Editor* or *old WordPress "Codestyling Localization"* (for the brave who know what they are doing :) )
102
102
103
+
104
+
## Changelog:
105
+
106
+
See plugin file [CHANGES.md here](https://github.com/deckerweb/shortcode-item-updated/blob/master/CHANGES.md)
0 commit comments