WordPress/wp-content/themes/twentyeleven/inc
hellofromTonya 234877c9c3 Coding Standards: Add public visibility to methods in src directory.
This commit adds the `public` visibility keyword to each method which did not have an explicit visibility keyword.

Why `public`?

With no visibility previously declared, these methods are implicitly `public` and available for use. Changing them to anything else would be a backwards-compatibility break.

Props costdev, jrf.
See #54177.
Built from https://develop.svn.wordpress.org/trunk@51919


git-svn-id: http://core.svn.wordpress.org/trunk@51512 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-10-18 17:52:58 +00:00
..
images
block-patterns.php Bundled Themes: Use correct path for loading images in block patterns. 2021-07-24 12:42:00 +00:00
theme-customizer.js Docs: Improve inline comments per the documentation standards. 2020-01-29 00:45:18 +00:00
theme-options.css
theme-options.js
theme-options.php Docs: Fix and upgrade various object docblock notations. 2020-10-17 16:05:09 +00:00
widgets.php Coding Standards: Add public visibility to methods in src directory. 2021-10-18 17:52:58 +00:00