Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/comment/views_handler_filter_node_comment.inc
11 11
 * @ingroup views_filter_handlers
12 12
 */
13 13
class views_handler_filter_node_comment extends views_handler_filter_in_operator {
14
  function get_value_options() {
14

  
15
  /**
16
   * {@inheritdoc}
17
   */
18
  public function get_value_options() {
15 19
    $this->value_options = array(
16 20
      COMMENT_NODE_HIDDEN => t('Hidden'),
17 21
      COMMENT_NODE_CLOSED => t('Closed'),
18 22
      COMMENT_NODE_OPEN => t('Open'),
19 23
    );
20 24
  }
25

  
21 26
}

Formats disponibles : Unified diff