Skip to content
Snippets Groups Projects
Commit a2368beb authored by Nicholas Thompson's avatar Nicholas Thompson
Browse files

Minor change - added two comments to explain some code

parent b50ea16c
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ function page_title_admin_settings() {
'#theme' => 'page_title_admin_settings'
);
// Define the basic scope column values
$form['patterns']['scope'] = array(
'page_title_default' => array('#type' => 'markup', '#value' => t('Global Only'),),
'page_title_front' => array('#type' => 'markup', '#value' => t('Global Only'),),
......@@ -116,7 +116,7 @@ function page_title_admin_settings() {
$form['patterns']['scope'][$key] = array('#type' => 'markup', '#value' => t('User'),);
}
// Define the page pattern text field. This is appended to any page requests containing 'page=[0-9]+' in the query string
$form['page_title_pager_pattern'] = array(
'#type' => 'textfield',
'#title' => t('Pattern for pages that contain a pager'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment