Skip to content

Commit b0c8922

Browse files
committed
Move documentation link into a bigger better intro paragraph
1 parent 44465cf commit b0c8922

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

language/en/common.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
$lang = array_merge($lang, [
2525
'CLI_DESCRIPTION_SKELETON_CREATE' => 'Create a basic skeleton extension',
2626
'PHPBB_SKELETON_EXT' => 'Skeleton Extension',
27-
'PHPBB_CREATE_SKELETON_EXT' => 'Create skeleton extension',
28-
'PHPBB_SKELETON_EXT_DOCS' => 'Read the Documentation',
27+
'PHPBB_CREATE_SKELETON_EXT' => 'Create a Skeleton Extension',
28+
'PHPBB_CREATE_SKELETON_EXPLAIN' => 'Generate your extension’s foundation in seconds. No more setting up files by hand — Skeleton builds it all for you, the right way. Jump straight into coding with clean, fully documented templates based on phpBB’s best practices. Before you begin, be sure to review the 📖 [<a href="%1$s" target="_blank">Skeleton Extension Documentation</a>], 🛡️ [<a href="%2$s" target="_blank">Extension Validation Rules</a>], and 🛠️ [<a href="%3$s" target="_blank">Coding Guidelines</a>].',
2929
'PHPBB_SKELETON_EXT_HELP' => 'Learn More',
3030

3131
'EXTENSION_CLI_SKELETON_SUCCESS' => "<info>Extension created successfully.\nCopy the extension from `store/tmp-ext/` into the `ext/` folder.</info>",

styles/prosilver/template/skeleton_body.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</script>
88

99
<h2>{{ lang('PHPBB_CREATE_SKELETON_EXT') }}</h2>
10+
<p>{{ lang('PHPBB_CREATE_SKELETON_EXPLAIN', 'https://area51.phpbb.com/docs/dev/3.3.x/extensions/skeleton_extension.html', 'https://www.phpbb.com/extensions/rules-and-policies/validation-policy/', 'https://area51.phpbb.com/docs/dev/master/development/index.html') }}</p>
1011

1112
<form id="postform" method="post" action="{{ S_POST_ACTION }}">
1213
{% if ERROR %}

0 commit comments

Comments
 (0)