Changeset 1584801
- Timestamp:
- 01/30/2017 05:56:04 AM (9 years ago)
- Location:
- komentbox
- Files:
-
- 2 edited
-
tags/3.1.7/komentbox.php (modified) (1 diff)
-
trunk/komentbox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
komentbox/tags/3.1.7/komentbox.php
r1573942 r1584801 36 36 37 37 // For addintg css 38 add_action('wp_head', array(&$this, ' comment_stylesheets')); // make unnecessary: instead, inform of classes for styling39 add_action('admin_head', array(&$this, ' comment_stylesheets')); // make unnecessary: shouldn't require styling in the options page38 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 40 40 // For admin 41 41 add_action('admin_init', array(&$this, 'kb_register_settings_group')); -
komentbox/trunk/komentbox.php
r1573942 r1584801 36 36 37 37 // For addintg css 38 add_action('wp_head', array(&$this, ' comment_stylesheets')); // make unnecessary: instead, inform of classes for styling39 add_action('admin_head', array(&$this, ' comment_stylesheets')); // make unnecessary: shouldn't require styling in the options page38 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 40 40 // For admin 41 41 add_action('admin_init', array(&$this, 'kb_register_settings_group'));
Note: See TracChangeset
for help on using the changeset viewer.