| 1 |
|
| 2 |
<div style="clear: both;"> |
| 3 |
<BR/> |
| 4 |
<HR/><strong>{Credits}:</strong> |
| 5 |
<a href="{ABJ404_HOME_URL}" title="{PLUGIN_NAME}" target="_blank">{PLUGIN_NAME}</a> {is maintained by} |
| 6 |
|
| 7 |
<a href="{ABJ404_HOME_URL}" title="Aaron J" target="_blank">Aaron J</a>. |
| 8 |
<a href="{JAPANESE_FLASHCARDS_URL}" title="Aaron J" target="_blank">Visit my website.</a> |
| 9 |
<BR/> |
| 10 |
|
| 11 |
{Plugin version}: {ABJ404_VERSION}, PHP: {PHP_VERSION}, WordPress: {WP_VERSION}, MySQL: {MYSQL_VERSION}, |
| 12 |
WP Memory Limit: {WP_MEMORY_LIMIT}, mbstring Extension: {MBSTRING} |
| 13 |
<span id="abj404-ajax-debug-info" style="display: none;"> |
| 14 |
<details style="display: inline-block; vertical-align: top;"> |
| 15 |
<summary style="cursor: pointer; font-weight: bold; color: var(--abj404-link);">{AJAX Load Times} / {Debug Info}</summary> |
| 16 |
<div id="abj404-ajax-debug-log" style="margin-top: 5px; padding: 10px; background: var(--abj404-surface-muted); border: 1px solid var(--abj404-border); border-radius: 4px; font-family: monospace; font-size: 11px; max-height: 200px; overflow-y: auto; display: block; color: var(--abj404-text); text-align: left; font-weight: normal;"> |
| 17 |
</div> |
| 18 |
</details> |
| 19 |
</span> |
| 20 |
|
| 21 |
</div> |
| 22 |
<BR/> <!-- Without this BR the text became unselectable on a local |
| 23 |
server but not on a remote one (a CSS issue I assume). --> |
| 24 |
|