Changeset 37488 for trunk/src/wp-admin/includes/dashboard.php
- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/dashboard.php
r37335 r37488 66 66 67 67 /** 68 * Filter the list of widgets to load for the Network Admin dashboard.68 * Filters the list of widgets to load for the Network Admin dashboard. 69 69 * 70 70 * @since 3.1.0 … … 83 83 84 84 /** 85 * Filter the list of widgets to load for the User Admin dashboard.85 * Filters the list of widgets to load for the User Admin dashboard. 86 86 * 87 87 * @since 3.1.0 … … 100 100 101 101 /** 102 * Filter the list of widgets to load for the admin dashboard.102 * Filters the list of widgets to load for the admin dashboard. 103 103 * 104 104 * @since 2.5.0 … … 284 284 285 285 /** 286 * Filter the array of extra elements to list in the 'At a Glance'286 * Filters the array of extra elements to list in the 'At a Glance' 287 287 * dashboard widget. 288 288 * … … 309 309 310 310 /** 311 * Filter the link title attribute for the 'Search Engines Discouraged'311 * Filters the link title attribute for the 'Search Engines Discouraged' 312 312 * message displayed in the 'At a Glance' dashboard widget. 313 313 * … … 322 322 323 323 /** 324 * Filter the link label for the 'Search Engines Discouraged' message324 * Filters the link label for the 'Search Engines Discouraged' message 325 325 * displayed in the 'At a Glance' dashboard widget. 326 326 * … … 539 539 540 540 /** 541 * Filter the post query arguments for the 'Recent Drafts' dashboard widget.541 * Filters the post query arguments for the 'Recent Drafts' dashboard widget. 542 542 * 543 543 * @since 4.4.0 … … 634 634 635 635 /** 636 * Filter the action links displayed for each comment in the 'Recent Comments'636 * Filters the action links displayed for each comment in the 'Recent Comments' 637 637 * dashboard widget. 638 638 * … … 807 807 808 808 /** 809 * Filter the query arguments used for the Recent Posts widget.809 * Filters the query arguments used for the Recent Posts widget. 810 810 * 811 811 * @since 4.2.0 … … 1069 1069 1070 1070 /** 1071 * Filter the primary link URL for the 'WordPress News' dashboard widget.1071 * Filters the primary link URL for the 'WordPress News' dashboard widget. 1072 1072 * 1073 1073 * @since 2.5.0 … … 1078 1078 1079 1079 /** 1080 * Filter the primary feed URL for the 'WordPress News' dashboard widget.1080 * Filters the primary feed URL for the 'WordPress News' dashboard widget. 1081 1081 * 1082 1082 * @since 2.3.0 … … 1087 1087 1088 1088 /** 1089 * Filter the primary link title for the 'WordPress News' dashboard widget.1089 * Filters the primary link title for the 'WordPress News' dashboard widget. 1090 1090 * 1091 1091 * @since 2.3.0 … … 1102 1102 1103 1103 /** 1104 * Filter the secondary link URL for the 'WordPress News' dashboard widget.1104 * Filters the secondary link URL for the 'WordPress News' dashboard widget. 1105 1105 * 1106 1106 * @since 2.3.0 … … 1111 1111 1112 1112 /** 1113 * Filter the secondary feed URL for the 'WordPress News' dashboard widget.1113 * Filters the secondary feed URL for the 'WordPress News' dashboard widget. 1114 1114 * 1115 1115 * @since 2.3.0 … … 1120 1120 1121 1121 /** 1122 * Filter the secondary link title for the 'WordPress News' dashboard widget.1122 * Filters the secondary link title for the 'WordPress News' dashboard widget. 1123 1123 * 1124 1124 * @since 2.3.0 … … 1129 1129 1130 1130 /** 1131 * Filter the number of secondary link items for the 'WordPress News' dashboard widget.1131 * Filters the number of secondary link items for the 'WordPress News' dashboard widget. 1132 1132 * 1133 1133 * @since 4.4.0 … … 1356 1356 1357 1357 /** 1358 * Filter the notice output for the 'Browse Happy' nag meta box.1358 * Filters the notice output for the 'Browse Happy' nag meta box. 1359 1359 * 1360 1360 * @since 3.2.0
Note: See TracChangeset
for help on using the changeset viewer.