wp-content

wordpress/hph
Log | Files | Refs | README | LICENSE

commit 9bfd58779d8c48d2472c82f7e8f2a9ba12f2259a
parent 33ab58caf7d27c3f22e8e55071f7dac32e02ca9d
Author: Sean Enck <sean@ttypty.com>
Date:   Wed,  5 Nov 2025 10:28:40 -0500

flavor text

Diffstat:
Mplugins/hphp/hphp.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/hphp/hphp.php b/plugins/hphp/hphp.php @@ -135,7 +135,7 @@ function hphp_render_settings_page() { This value controls which counters are available and how they are enabled, it is a JSON payload (string). <br /> <br /> - It currently accepts a 'counters' key which is a dictionary of name/value pairs where name is the variable and value is one of 'int' or 'sum'. An 'int' type is a numeric and a 'sum' requires a string to match on. + It currently accepts a 'counters' key which is a dictionary of name/value pairs where name is the variable and value is one of 'int' or 'sum'. An 'int' type is a numeric and a 'sum' requires a string to match on. The 'scripts' keys indicate key/value pairs of scripts (key) and type (value: js/css) to enqueue on the page. <textarea name="hphp_json_configuration" id="hphp_json_configuration" rows="10" cols="80"><?php echo esc_attr( $json_payload ); ?></textarea> <hr /> This value controls whether a page is allowed to process/show counter data ([a-z0-9-] strings and comma delimited: ',')