Lines:
1 to 15 of 15
<?php /* class Jetpack_Comments_Settings */ /* function Jetpack_Comments_Settings::init() – The default comment form color scheme */ /* function Jetpack_Comments_Settings::__construct() – */ /* function Jetpack_Comments_Settings::setup_globals() – Set any global variables or class variables */ /* function Jetpack_Comments_Settings::add_settings() – Add the Jetpack settings to WordPress’s discussions page */ /* function Jetpack_Comments_Settings::comment_form_settings_section() – Discussions setting section blurb */ /* function Jetpack_Comments_Settings::comment_form_greeting_setting() – Custom Comment Greeting Text */ /* function Jetpack_Comments_Settings::comment_form_greeting_sanitize() – Sanitize the clever comment greeting */ /* function Jetpack_Comments_Settings::comment_form_color_scheme_setting() – Color Scheme Setting */ /* function Jetpack_Comments_Settings::comment_form_color_scheme_sanitize() – Sanitize the color scheme */ Jetpack_Comments_Settings::init();