diff options
author | Friendika <info@friendika.com> | 2010-12-24 23:50:06 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-24 23:50:06 -0800 |
commit | 7382c353e521f36db2d40ac9aa2b3ca14cc64369 (patch) | |
tree | 5681ebeadd2e3ad079c8b33ba5e8be90f9d6fb4f /addon | |
parent | d045fd04d4b42a749a113dd27f439f9766800975 (diff) | |
download | volse-hubzilla-7382c353e521f36db2d40ac9aa2b3ca14cc64369.tar.gz volse-hubzilla-7382c353e521f36db2d40ac9aa2b3ca14cc64369.tar.bz2 volse-hubzilla-7382c353e521f36db2d40ac9aa2b3ca14cc64369.zip |
minor nits after proof-reading
Diffstat (limited to 'addon')
-rw-r--r-- | addon/randplace/randplace.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/addon/randplace/randplace.php b/addon/randplace/randplace.php index 6203dab8f..2e1bd33ac 100644 --- a/addon/randplace/randplace.php +++ b/addon/randplace/randplace.php @@ -37,7 +37,7 @@ function randplace_install() { /** * * Then we'll attach into the plugin settings page, and also the - * settings post hooks so that we can create and update + * settings post hook so that we can create and update * user preferences. * */ @@ -142,7 +142,8 @@ function randplace_settings_post($a,$post) { /** - * Called from the end of the settings form. + * + * Called from the Plugin Setting form. * Add our own settings info to the page. * */ @@ -154,7 +155,7 @@ function randplace_settings(&$a,&$s) { if(! local_user()) return; - /* Add our stylesheet so we can make our settings look nice */ + /* Add our stylesheet to the page so we can make our settings look nice */ $a->page['htmlhead'] .= '<link rel="stylesheet" type="text/css" href="' . $a->get_baseurl() . '/addon/randplace/randplace.css' . '" media="all" />' . "\r\n"; |