~quam-plures-core/quam-plures/install_bug_fix

« back to all changes in this revision

Viewing changes to qp_inc/comments/model/_comment.funcs.php

  • Committer: EdB
  • Date: 2010-07-07 15:38:59 UTC
  • mto: This revision was merged to the branch mainline in revision 7505.
  • Revision ID: b2evo.plugins@gmail.com-20100707153859-ndr03ggi2pvk4qhv
renamed inc to qp_inc, removed 3 legacy functions, removed some references to 'generating_static'

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
 * comments_number(-)
184
184
 *
185
185
 * @deprecated deprecated by {@link Item::feedback_link()}
186
 
 * @todo EdB: this is used by inc/items/views/_item_list_full.view.php in v0.0.0 (EdB)
 
186
 * @todo EdB: this is used by qp_inc/items/views/_item_list_full.view.php in v0.0.0 (EdB)
187
187
 */
188
188
function comments_number( $zero='#', $one='#', $more='#', $post_ID = NULL )
189
189
{