WordPress/wp-content/themes/twentyfourteen/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
..
back-compat.php Coding Standards: Remove a one-time $message variable in WordPress version requirement notices for bundled themes. 2021-06-15 15:24:58 +00:00
block-patterns.php Bundled Themes: Remove extra trailing spaces from translatable strings in block patterns. 2021-07-27 11:27:58 +00:00
custom-header.php Bundled Themes: Add / character to <img> tags. 2021-08-04 14:24:02 +00:00
customizer.php
featured-content.php General: Remove “whitelist” and “blacklist” in favor of more clear and inclusive language. 2020-06-22 17:26:13 +00:00
template-tags.php Docs: Standardise the type name for booleans and integers. 2020-10-10 20:02:05 +00:00
widgets.php Coding Standards: Add public visibility to methods in src directory. 2021-10-18 17:52:58 +00:00