Plugin Directory

Changeset 1584801


Ignore:
Timestamp:
01/30/2017 05:56:04 AM (9 years ago)
Author:
nlpcaptcha
Message:

Error fixed for styles

Location:
komentbox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • komentbox/tags/3.1.7/komentbox.php

    r1573942 r1584801  
    3636
    3737            // For addintg css
    38             add_action('wp_head', array(&$this, 'comment_stylesheets')); // make unnecessary: instead, inform of classes for styling
    39             add_action('admin_head', array(&$this, 'comment_stylesheets')); // make unnecessary: shouldn't require styling in the options page
     38            add_action('wp_head', array(&$this, 'kb_comment_stylesheets')); // make unnecessary: instead, inform of classes for styling
     39            add_action('admin_head', array(&$this, 'kb_comment_stylesheets')); // make unnecessary: shouldn't require styling in the options page
    4040            // For admin
    4141            add_action('admin_init', array(&$this, 'kb_register_settings_group'));
  • komentbox/trunk/komentbox.php

    r1573942 r1584801  
    3636
    3737            // For addintg css
    38             add_action('wp_head', array(&$this, 'comment_stylesheets')); // make unnecessary: instead, inform of classes for styling
    39             add_action('admin_head', array(&$this, 'comment_stylesheets')); // make unnecessary: shouldn't require styling in the options page
     38            add_action('wp_head', array(&$this, 'kb_comment_stylesheets')); // make unnecessary: instead, inform of classes for styling
     39            add_action('admin_head', array(&$this, 'kb_comment_stylesheets')); // make unnecessary: shouldn't require styling in the options page
    4040            // For admin
    4141            add_action('admin_init', array(&$this, 'kb_register_settings_group'));
Note: See TracChangeset for help on using the changeset viewer.