Commit 934af38c authored by Chris Graham's avatar Chris Graham
Browse files

Fixed MANTIS-4059 (Issues with ratings)

parent 4e4144e2
Loading
Loading
Loading
Loading
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+80 −44

File changed.

Preview size limit exceeded, changes collapsed.

+6 −6

File changed.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
@@ -320,6 +320,7 @@ class Hook_addon_registry_core_feedback_features
            'OPTIONS' => '',
            'IS_THREADED' => false,
            'HASH' => '',
            'CONTENT_TYPE' => '',
        )));

        return array(
@@ -456,7 +457,7 @@ class Hook_addon_registry_core_feedback_features
        return array(
            lorem_globalise(do_lorem_template('TRACKBACK_WRAPPER', array(
                'TRACKBACKS' => $content,
                'TRACKBACK_PAGE' => lorem_word(),
                'TRACKBACK_FEEDBACK_TYPE' => lorem_word(),
                'TRACKBACK_ID' => placeholder_id(),
                'TRACKBACK_TITLE' => lorem_phrase(),
            )), null, '', true)
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

Loading