WPIntell

Source evidence

Settings page doesn’t display properly

Site Notes: Site Feedback, Site Notes with Sitewide Visual Commenting · support · 2026-01-22T13:52:00+00:00

mixedsentiment
mediumseverity
0.84relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 28 rows with source links

10.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
sdoweb resolved
Hello, thank you for this great plugin! During my tests, I couldn’t display the “Settings” page correctly; it would appear and disappear with an error message in the console related to “sprintf”. To fix the problem, I added a mu-plugin; here’s the code: PHP file : add_action( 'admin_enqueue_scripts', function () { wp_enqueue_script( 'sitenotes-i18n-fix', plugin_dir_url( __FILE__ ) . 'sitenotes-i18n-fix.js', [ 'wp-i18n' ], null, true ); }); JS file : if ( window.wp?.i18n && typeof window.sprintf === 'undefined' ) { window.sprintf = wp.i18n.sprintf; } If it helps 🙂 Cheers. Hey @sdoweb 🙋‍♂️ Thank you for your heads up, we just released a patch fixing this issue from inside the plugin. I request you to update to the latest version of the plugin to get the patch. I’ll also request you to remove this additional piece of code as it won’t be needed, this code adds the wp-i18n package and another custom script to the entire wp-admin dashboard which may cause higher than usual page load times where it is not needed/used. Really appreciate your notification on this, we are working hard on the next updates which will bring some more cool features that you will love. If you have a minute to spare and could post this same in the plugin review that would be awesome as it helps us reach more awesome users like you 🙂 Thank you for your very quick reply @lushkant I’ve temporarily added my code so I can check the plugin settings. Thank you for your advice. I’ll test the new version immediately and I’ll be sure to leave a comment afterward 🙂 Edit: issue fixed with the last release ! Thx ! This reply was modified 4 months, 2 weeks ago by sdoweb . @sdoweb glad I could help. You can always let me know here for any feature requests or improvements that you yourself would want to see in this plugin 🙂

Comments

3 shown
Krishna Kant Chourasiya 2026-01-22T15:43:00+00:00

Hey @sdoweb 🙋‍♂️ Thank you for your heads up, we just released a patch fixing this issue from inside the plugin. I request you to update to the latest version of the plugin to get the patch. I’ll also request you to remove this additional piece of code as it won’t be needed, this code adds the wp-i18n package and another custom script to the entire wp-admin dashboard which may cause higher than usual page load times where it is not needed/used. Really appreciate your notification on this, we are working hard on the next updates which will bring some more cool features that you will love. If you have a minute to spare and could post this same in the plugin review that would be awesome as it helps us reach more awesome users like you 🙂

sdoweb 2026-01-22T16:13:00+00:00

Thank you for your very quick reply @lushkant I’ve temporarily added my code so I can check the plugin settings. Thank you for your advice. I’ll test the new version immediately and I’ll be sure to leave a comment afterward 🙂 Edit: issue fixed with the last release ! Thx ! This reply was modified 4 months, 2 weeks ago by sdoweb .

Krishna Kant Chourasiya 2026-01-22T16:25:00+00:00

@sdoweb glad I could help. You can always let me know here for any feature requests or improvements that you yourself would want to see in this plugin 🙂