wp-content

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

commit 05ea6cdad648d7ee9738fa66efa0c72a8082d0b0
parent 54786ca62387a6bbd3100ecb4d45a188393a3c40
Author: Sean Enck <sean@ttypty.com>
Date:   Sun,  2 Nov 2025 13:00:42 -0500

increase allowed chars

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() { 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. <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-z] strings and comma delimited: ',') + This value controls whether a page is allowed to process/show counter data ([a-z0-9-] strings and comma delimited: ',') <br /> <input type="text" name="hphp_pages_allowed" id="hphp_pages_allowed" value='<?php echo esc_attr( $pages ); ?>'/> <hr />