Changeset 37489
- Timestamp:
- 05/22/2016 06:05:54 PM (9 years ago)
- Location:
- trunk/src/wp-includes/widgets
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-nav-menu-widget.php
r37437 r37489 62 62 63 63 /** 64 * Filter the arguments for the Custom Menu widget.64 * Filters the arguments for the Custom Menu widget. 65 65 * 66 66 * @since 4.2.0 -
trunk/src/wp-includes/widgets/class-wp-widget-archives.php
r37040 r37489 61 61 <?php 62 62 /** 63 * Filter the arguments for the Archives widget drop-down.63 * Filters the arguments for the Archives widget drop-down. 64 64 * 65 65 * @since 2.8.0 … … 102 102 <?php 103 103 /** 104 * Filter the arguments for the Archives widget.104 * Filters the arguments for the Archives widget. 105 105 * 106 106 * @since 2.8.0 -
trunk/src/wp-includes/widgets/class-wp-widget-categories.php
r37040 r37489 73 73 74 74 /** 75 * Filter the arguments for the Categories widget drop-down.75 * Filters the arguments for the Categories widget drop-down. 76 76 * 77 77 * @since 2.8.0 … … 106 106 107 107 /** 108 * Filter the arguments for the Categories widget.108 * Filters the arguments for the Categories widget. 109 109 * 110 110 * @since 2.8.0 -
trunk/src/wp-includes/widgets/class-wp-widget-links.php
r37040 r37489 70 70 71 71 /** 72 * Filter the arguments for the Links widget.72 * Filters the arguments for the Links widget. 73 73 * 74 74 * @since 2.6.0 -
trunk/src/wp-includes/widgets/class-wp-widget-meta.php
r37040 r37489 60 60 <?php 61 61 /** 62 * Filter the "Powered by WordPress" text in the Meta widget.62 * Filters the "Powered by WordPress" text in the Meta widget. 63 63 * 64 64 * @since 3.6.0 -
trunk/src/wp-includes/widgets/class-wp-widget-pages.php
r37040 r37489 45 45 46 46 /** 47 * Filter the widget title.47 * Filters the widget title. 48 48 * 49 49 * @since 2.6.0 … … 62 62 63 63 /** 64 * Filter the arguments for the Pages widget.64 * Filters the arguments for the Pages widget. 65 65 * 66 66 * @since 2.8.0 -
trunk/src/wp-includes/widgets/class-wp-widget-recent-comments.php
r37040 r37489 45 45 public function recent_comments_style() { 46 46 /** 47 * Filter the Recent Comments default widget styles.47 * Filters the Recent Comments default widget styles. 48 48 * 49 49 * @since 3.1.0 … … 86 86 87 87 /** 88 * Filter the arguments for the Recent Comments widget.88 * Filters the arguments for the Recent Comments widget. 89 89 * 90 90 * @since 3.4.0 -
trunk/src/wp-includes/widgets/class-wp-widget-recent-posts.php
r37040 r37489 59 59 60 60 /** 61 * Filter the arguments for the Recent Posts widget.61 * Filters the arguments for the Recent Posts widget. 62 62 * 63 63 * @since 3.4.0 -
trunk/src/wp-includes/widgets/class-wp-widget-tag-cloud.php
r37040 r37489 55 55 56 56 /** 57 * Filter the taxonomy used in the Tag Cloud widget.57 * Filters the taxonomy used in the Tag Cloud widget. 58 58 * 59 59 * @since 2.8.0 -
trunk/src/wp-includes/widgets/class-wp-widget-text.php
r37040 r37489 51 51 52 52 /** 53 * Filter the content of the Text widget.53 * Filters the content of the Text widget. 54 54 * 55 55 * @since 2.3.0
Note: See TracChangeset
for help on using the changeset viewer.