Skip to content

Commit

Permalink
*7995* Further hiding of itemsPerPage and numPageLinks
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Nov 1, 2012
1 parent 47b2f0a commit a30e614
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -41,8 +41,8 @@ function AppearanceForm($wizardMode = false) {
'pressPageHeader' => 'string',
'pressPageFooter' => 'string',
'navItems' => 'object',
'itemsPerPage' => 'int',
'numPageLinks' => 'int'
// 'itemsPerPage' => 'int', // HIDDEN pending implementation of bug #6434
// 'numPageLinks' => 'int'
);

AppLocale::requireComponents(LOCALE_COMPONENT_APPLICATION_COMMON);
Expand Down

0 comments on commit a30e614

Please sign in to comment.