fix typo
there are more.... of this
This commit is contained in:
@ -897,7 +897,7 @@ Version 1.7 (May 11th, 2013)
|
||||
The Smarty security policy to us only serves as a restriction
|
||||
within .tpl files to not allow arbitrary PHP modifier/function calls.
|
||||
If in the future Smarty supports enforcing trustedDir checks on
|
||||
{include} calls seperately to smarty->fetch() calls, we'll also
|
||||
{include} calls separately to smarty->fetch() calls, we'll also
|
||||
add that to .tpl files.
|
||||
(garvinhicking)
|
||||
|
||||
|
@ -127,8 +127,8 @@ function serendipity_ifRemember($name, $value, $isDefault = false, $att = 'check
|
||||
* @access public
|
||||
* @param array Smarty parameter input array:
|
||||
* [FETCHING]
|
||||
* category: (int) The category ID (seperate multiple with ";") to fetch entries from
|
||||
* viewAuthor: (int) The author ID (seperate multiple with ";") to fetch entries from
|
||||
* category: (int) The category ID (separate multiple with ";") to fetch entries from
|
||||
* viewAuthor: (int) The author ID (separate multiple with ";") to fetch entries from
|
||||
* page: (int) The number of the page for paginating entries
|
||||
* id: (int) The ID of an entry. If given, only a single entry will be fetched. If left empty, multiple entries are fetched.
|
||||
* range: (mixed) Restricts fetching entries to a specific timespan. Behaves differently depending on the type:
|
||||
|
@ -1523,7 +1523,7 @@ class serendipity_plugin
|
||||
if (is_null($_res)) {
|
||||
// A protected plugin by a specific owner may not have its values stored in $serendipity
|
||||
// because of the special authorid. To display such contents, we need to fetch it
|
||||
// seperately from the DB.
|
||||
// separately from the DB.
|
||||
$_res = serendipity_get_user_config_var($this->instance . '/' . $name, null, $defaultvalue);
|
||||
}
|
||||
|
||||
|
@ -1098,7 +1098,7 @@
|
||||
@define('INSTALL_PASSWORD2_DESC', 'Password for admin login, enter again to verify.');
|
||||
@define('INSTALL_PASSWORD_INVALID', 'Your entered passwords for the administrator user do not match.');
|
||||
@define('INSTALL_BACKENDPOPUP_GRANULAR', 'Force specific backend popups');
|
||||
@define('INSTALL_BACKENDPOPUP_GRANULAR_DESC', 'If you generally disable backend popups, you can specifically force using popups for specific places by entering a comma seperated list of places here. Available places are: ');
|
||||
@define('INSTALL_BACKENDPOPUP_GRANULAR_DESC', 'If you generally disable backend popups, you can specifically force using popups for specific places by entering a comma separated list of places here. Available places are: ');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
@define('SYNDICATION_PLUGIN_XML_DESC', 'Set to "none" if you only want to show a text link.');
|
||||
|
@ -1098,7 +1098,7 @@
|
||||
@define('INSTALL_PASSWORD2_DESC', 'Password for admin login, enter again to verify.');
|
||||
@define('INSTALL_PASSWORD_INVALID', 'Your entered passwords for the administrator user do not match.');
|
||||
@define('INSTALL_BACKENDPOPUP_GRANULAR', 'Force specific backend popups');
|
||||
@define('INSTALL_BACKENDPOPUP_GRANULAR_DESC', 'If you generally disable backend popups, you can specifically force using popups for specific places by entering a comma seperated list of places here. Available places are: ');
|
||||
@define('INSTALL_BACKENDPOPUP_GRANULAR_DESC', 'If you generally disable backend popups, you can specifically force using popups for specific places by entering a comma separated list of places here. Available places are: ');
|
||||
@define('JS_FAILURE', 'The Serendipity JavaScript-library could not be loaded. This can happen due to PHP or Plugin errors, or even a malformed browser cache. To check the exact error please open <a href="%1$s">%1$s</a> manually in your browser and check for error messages.');
|
||||
@define('THEMES_PREVIEW_BLOG', 'See demo on blog.s9y.org');
|
||||
@define('SYNDICATION_PLUGIN_XML_DESC', 'Set to "none" if you only want to show a text link.');
|
||||
|
Reference in New Issue
Block a user