WordPress/wp-includes/widgets
Sergey Biryukov 16b8d91baa I18N: Improve translator comments.
* Add missing translator comments.
* Fix placement of some translator comments. Translator comments should be on the line directly above the line containing the translation function call for optimal compatibility with various `.pot` file generation tools. The CS auto-fixing, which changed some inconsistent function calls to multi-line function calls, is part of the reason why this was no longer the case for a select group of translator comments.

Includes minor code layout fixes.

Polyglots, rejoice! All WordPress core files now have translator comments for all strings with placeholders!

Props jrf, subrataemfluence, GaryJ, webdados, Dency, swissspidy, alvarogois, marcomartins, mihaiiceyro, vladwtz, niq1982, flipkeijzer, michielatyoast, chandrapatel, thrijith, joshuanoyce, FesoVik, tessak22, bhaktirajdev, cleancoded, dhavalkasvala, garrett-eclipse, bibliofille, socalchristina, priyankkpatel, 5hel2l2y, adamsilverstein, JeffPaul, pierlo, SergeyBiryukov.
Fixes #44360.
Built from https://develop.svn.wordpress.org/trunk@45926


git-svn-id: http://core.svn.wordpress.org/trunk@45737 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-09-01 17:13:59 +00:00
..
class-wp-nav-menu-widget.php I18N: Improve translator comments. 2019-09-01 17:13:59 +00:00
class-wp-widget-archives.php Widgets: Pre-select currently viewed archive in the Archives dropdown widget, for consistency with the Categories widget. 2019-03-14 19:31:49 +00:00
class-wp-widget-calendar.php I18N: Correct encoding for wp-includes/widgets/class-wp-widget-calendar.php, accidentally saved in ANSI instead of UTF-8. 2019-06-05 15:09:53 +00:00
class-wp-widget-categories.php Widgets: Remove unnecessary sanitize_text_field() calls in core widget ::form() methods. 2019-01-15 00:43:49 +00:00
class-wp-widget-custom-html.php Docs: Add missing description for $post global. 2019-08-04 12:28:56 +00:00
class-wp-widget-links.php Taxonomy: Fix deprecated calls to get_terms(). 2019-08-03 03:35:56 +00:00
class-wp-widget-media-audio.php Docs: Add @see references to WP_Widget_Media in media widget DocBlocks. 2019-05-14 20:23:06 +00:00
class-wp-widget-media-gallery.php Docs: Add @see references to WP_Widget_Media in media widget DocBlocks. 2019-05-14 20:23:06 +00:00
class-wp-widget-media-image.php Widgets: Replace http with https in the link placeholder widget image 2019-08-09 17:06:55 +00:00
class-wp-widget-media-video.php Docs: Add @see references to WP_Widget_Media in media widget DocBlocks. 2019-05-14 20:23:06 +00:00
class-wp-widget-media.php Widgets: Make sure changes to media widgets' instance schema via widget_{$this->id_base}_instance_schema filter are not overridden by subclasses. 2019-04-02 22:13:52 +00:00
class-wp-widget-meta.php Accessibility: Remove title attributes from the Meta widget. 2019-08-03 13:28:57 +00:00
class-wp-widget-pages.php
class-wp-widget-recent-comments.php I18N: Improve translator comments. 2019-09-01 17:13:59 +00:00
class-wp-widget-recent-posts.php
class-wp-widget-rss.php Coding Standards: Fix instances of WordPress.PHP.NoSilencedErrors.Discouraged. 2019-07-09 05:45:58 +00:00
class-wp-widget-search.php
class-wp-widget-tag-cloud.php
class-wp-widget-text.php Docs: Add missing description for $post global. 2019-08-04 12:28:56 +00:00