WordPress / developer-plugins-handbook

Welcome to the WordPress Plugin Developer Handbook; are you ready to jump right in to the world of WordPress plugins?
https://developer.wordpress.org/plugins/
GNU General Public License v2.0
25 stars 16 forks source link

Unnecessary line breaks appear to be inserted at the end of lines. #30

Open stein2nd opened 2 months ago

stein2nd commented 2 months ago

privacy/adding-the-personal-data-eraser-to-your-plugin/index.md

At the end of line 76, an unnecessary line break appears to have been inserted. The content of line 77 should continue at the end of line 76.

line 76-77: ‘When registering you provide a friendly name for the eraser (to aid in debugging – this friendly name is not shown to anyone at this time)
and the callback, e.g.’

hooks/actions/index.md

At the end of line 57, an unnecessary line break appears to have been inserted. The content of line 58 should continue at the end of line 57.

line 57-58: ‘For example, the following callback functions are all registered to the
init hook, but with different priorities:’