diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-05-17 14:33:05 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-05-17 14:33:05 +0200 |
commit | 98fde46fb938694feb1f36e590c4cfa5c97c3261 (patch) | |
tree | 805c7d92c46d9f669a6eacda3cc7d36faab22116 | |
parent | f0eb2f133bf43be7ffa1bf71babf4ed28852e71b (diff) |
Add parens to changelog entry
-rw-r--r-- | user_guide_src/source/changelog.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 0066af9ad..7fc5ee5a0 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -52,7 +52,7 @@ Release Date: Not Released - set_realpath() can now also handle file paths as opposed to just directories. - do_hash() now uses PHP's native hash() function, supporting more algorithms. - Added an optional paramater to ``delete_files()`` to enable it to skip deleting files such as .htaccess and index.html. - - Removed deprecated helper function ``js_insert_smiley`` from smiley helper. + - Removed deprecated helper function ``js_insert_smiley()`` from smiley helper. - Database |