Changeset 48782
- Timestamp:
- 08/11/2020 12:32:22 AM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 66 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r48722 r48782 627 627 628 628 /** 629 * Filter the default site display states for items in the Sites list table.629 * Filters the default site display states for items in the Sites list table. 630 630 * 631 631 * @since 5.3.0 -
trunk/src/wp-admin/includes/class-wp-site-health.php
r48750 r48782 153 153 private function perform_test( $callback ) { 154 154 /** 155 * Filter the output of a finished Site Health test.155 * Filters the output of a finished Site Health test. 156 156 * 157 157 * @since 5.3.0 -
trunk/src/wp-admin/includes/file.php
r48742 r48782 1126 1126 1127 1127 /** 1128 * Filter the URL where the signature for a file is located.1128 * Filters the URL where the signature for a file is located. 1129 1129 * 1130 1130 * @since 5.2.0 … … 1395 1395 1396 1396 /** 1397 * Filter the valid signing keys used to verify the contents of files.1397 * Filters the valid signing keys used to verify the contents of files. 1398 1398 * 1399 1399 * @since 5.2.0 -
trunk/src/wp-admin/includes/post.php
r48743 r48782 2128 2128 2129 2129 /** 2130 * Filter whether a post is able to be edited in the block editor.2130 * Filters whether a post is able to be edited in the block editor. 2131 2131 * 2132 2132 * @since 5.0.0 … … 2164 2164 2165 2165 /** 2166 * Filter whether a post is able to be edited in the block editor.2166 * Filters whether a post is able to be edited in the block editor. 2167 2167 * 2168 2168 * @since 5.0.0 … … 2217 2217 2218 2218 /** 2219 * Filter the default array of block categories.2219 * Filters the default array of block categories. 2220 2220 * 2221 2221 * @since 5.0.0 -
trunk/src/wp-content/themes/twentyeleven/author.php
r47122 r48782 54 54 <?php 55 55 /** 56 * Filter the Twenty Eleven author bio avatar size.56 * Filters the Twenty Eleven author bio avatar size. 57 57 * 58 58 * @since Twenty Eleven 1.0 -
trunk/src/wp-content/themes/twentyeleven/category.php
r47122 r48782 27 27 if ( ! empty( $category_description ) ) { 28 28 /** 29 * Filter the default Twenty Eleven category description.29 * Filters the default Twenty Eleven category description. 30 30 * 31 31 * @since Twenty Eleven 1.0 -
trunk/src/wp-content/themes/twentyeleven/content-status.php
r47122 r48782 36 36 <?php 37 37 /** 38 * Filter the Twenty Eleven status avatar size.38 * Filters the Twenty Eleven status avatar size. 39 39 * 40 40 * @since Twenty Eleven 1.0 -
trunk/src/wp-content/themes/twentyeleven/functions.php
r47808 r48782 175 175 // The height and width of our custom header. 176 176 /** 177 * Filter the Twenty Eleven default header image width.177 * Filters the Twenty Eleven default header image width. 178 178 * 179 179 * @since Twenty Eleven 1.0 … … 183 183 'width' => apply_filters( 'twentyeleven_header_image_width', 1000 ), 184 184 /** 185 * Filter the Twenty Eleven default header image height.185 * Filters the Twenty Eleven default header image height. 186 186 * 187 187 * @since Twenty Eleven 1.0 -
trunk/src/wp-content/themes/twentyeleven/image.php
r47122 r48782 94 94 <?php 95 95 /** 96 * Filter the Twenty Eleven default attachment size.96 * Filters the Twenty Eleven default attachment size. 97 97 * 98 98 * @since Twenty Eleven 1.0 -
trunk/src/wp-content/themes/twentyeleven/inc/theme-options.php
r48067 r48782 163 163 164 164 /** 165 * Filter the Twenty Eleven color scheme options.165 * Filters the Twenty Eleven color scheme options. 166 166 * 167 167 * @since Twenty Eleven 1.0 … … 197 197 198 198 /** 199 * Filter the Twenty Eleven layout options.199 * Filters the Twenty Eleven layout options. 200 200 * 201 201 * @since Twenty Eleven 1.0 … … 225 225 226 226 /** 227 * Filter the Twenty Eleven default options.227 * Filters the Twenty Eleven default options. 228 228 * 229 229 * @since Twenty Eleven 1.0 … … 399 399 400 400 /** 401 * Filter the Twenty Eleven sanitized form input array.401 * Filters the Twenty Eleven sanitized form input array. 402 402 * 403 403 * @since Twenty Eleven 1.0 … … 509 509 510 510 /** 511 * Filter the Twenty Eleven layout body classes.511 * Filters the Twenty Eleven layout body classes. 512 512 * 513 513 * @since Twenty Eleven 1.0 -
trunk/src/wp-content/themes/twentyeleven/tag.php
r47122 r48782 27 27 if ( ! empty( $tag_description ) ) { 28 28 /** 29 * Filter the default Twenty Eleven tag description.29 * Filters the default Twenty Eleven tag description. 30 30 * 31 31 * @since Twenty Eleven 1.0 -
trunk/src/wp-content/themes/twentyfifteen/author-bio.php
r45932 r48782 14 14 <?php 15 15 /** 16 * Filter the author bio avatar size.16 * Filters the author bio avatar size. 17 17 * 18 18 * @since Twenty Fifteen 1.0 -
trunk/src/wp-content/themes/twentyfifteen/functions.php
r48264 r48782 148 148 'custom-background', 149 149 /** 150 * Filter Twenty Fifteen custom-background support arguments.150 * Filters Twenty Fifteen custom-background support arguments. 151 151 * 152 152 * @since Twenty Fifteen 1.0 -
trunk/src/wp-content/themes/twentyfifteen/image.php
r47122 r48782 36 36 <?php 37 37 /** 38 * Filter the default Twenty Fifteen image attachment size.38 * Filters the default Twenty Fifteen image attachment size. 39 39 * 40 40 * @since Twenty Fifteen 1.0 -
trunk/src/wp-content/themes/twentyfifteen/inc/custom-header.php
r48264 r48782 20 20 'custom-header', 21 21 /** 22 * Filter Twenty Fifteen custom-header support arguments.22 * Filters Twenty Fifteen custom-header support arguments. 23 23 * 24 24 * @since Twenty Fifteen 1.0 -
trunk/src/wp-content/themes/twentyfifteen/inc/customizer.php
r48067 r48782 158 158 function twentyfifteen_get_color_schemes() { 159 159 /** 160 * Filter the color schemes registered for use with Twenty Fifteen.160 * Filters the color schemes registered for use with Twenty Fifteen. 161 161 * 162 162 * The default schemes include 'default', 'dark', 'yellow', 'pink', 'purple', and 'blue'. -
trunk/src/wp-content/themes/twentyfourteen/functions.php
r48264 r48782 171 171 'custom-background', 172 172 /** 173 * Filter Twenty Fourteen custom-background support arguments.173 * Filters Twenty Fourteen custom-background support arguments. 174 174 * 175 175 * @since Twenty Fourteen 1.0 … … 228 228 function twentyfourteen_get_featured_posts() { 229 229 /** 230 * Filter the featured posts to return in Twenty Fourteen.230 * Filters the featured posts to return in Twenty Fourteen. 231 231 * 232 232 * @since Twenty Fourteen 1.0 … … 425 425 $post = get_post(); 426 426 /** 427 * Filter the default Twenty Fourteen attachment size.427 * Filters the default Twenty Fourteen attachment size. 428 428 * 429 429 * @since Twenty Fourteen 1.0 -
trunk/src/wp-content/themes/twentyfourteen/inc/custom-header.php
r48264 r48782 21 21 'custom-header', 22 22 /** 23 * Filter Twenty Fourteen custom-header support arguments.23 * Filters Twenty Fourteen custom-header support arguments. 24 24 * 25 25 * @since Twenty Fourteen 1.0 -
trunk/src/wp-content/themes/twentynineteen/image.php
r47122 r48782 31 31 <?php 32 32 /** 33 * Filter the default twentynineteen image attachment size.33 * Filters the default twentynineteen image attachment size. 34 34 * 35 35 * @since Twenty Sixteen 1.0 -
trunk/src/wp-content/themes/twentynineteen/inc/color-patterns.php
r46827 r48782 19 19 20 20 /** 21 * Filter Twenty Nineteen default saturation level.21 * Filters Twenty Nineteen default saturation level. 22 22 * 23 23 * @since Twenty Nineteen 1.0 … … 29 29 30 30 /** 31 * Filter Twenty Nineteen default selection saturation level.31 * Filters Twenty Nineteen default selection saturation level. 32 32 * 33 33 * @since Twenty Nineteen 1.0 … … 39 39 40 40 /** 41 * Filter Twenty Nineteen default lightness level.41 * Filters Twenty Nineteen default lightness level. 42 42 * 43 43 * @since Twenty Nineteen 1.0 … … 49 49 50 50 /** 51 * Filter Twenty Nineteen default hover lightness level.51 * Filters Twenty Nineteen default hover lightness level. 52 52 * 53 53 * @since Twenty Nineteen 1.0 … … 59 59 60 60 /** 61 * Filter Twenty Nineteen default selection lightness level.61 * Filters Twenty Nineteen default selection lightness level. 62 62 * 63 63 * @since Twenty Nineteen 1.0 -
trunk/src/wp-content/themes/twentyseventeen/front-page.php
r46827 r48782 35 35 36 36 /** 37 * Filter number of front page sections in Twenty Seventeen.37 * Filters the number of front page sections in Twenty Seventeen. 38 38 * 39 39 * @since Twenty Seventeen 1.0 -
trunk/src/wp-content/themes/twentyseventeen/functions.php
r48109 r48782 268 268 269 269 /** 270 * Filter Twenty Seventeen content width of the theme.270 * Filters Twenty Seventeen content width of the theme. 271 271 * 272 272 * @since Twenty Seventeen 1.0 … … 545 545 546 546 /** 547 * Filter the `sizes` value in the header image markup.547 * Filters the `sizes` value in the header image markup. 548 548 * 549 549 * @since Twenty Seventeen 1.0 -
trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php
r46827 r48782 15 15 16 16 /** 17 * Filter Twenty Seventeen default saturation level.17 * Filters Twenty Seventeen default saturation level. 18 18 * 19 19 * @since Twenty Seventeen 1.0 -
trunk/src/wp-content/themes/twentyseventeen/inc/custom-header.php
r48264 r48782 20 20 'custom-header', 21 21 /** 22 * Filter Twenty Seventeen custom-header support arguments.22 * Filters Twenty Seventeen custom-header support arguments. 23 23 * 24 24 * @since Twenty Seventeen 1.0 -
trunk/src/wp-content/themes/twentyseventeen/inc/customizer.php
r48067 r48782 117 117 118 118 /** 119 * Filter number of front page sections in Twenty Seventeen.119 * Filters the number of front page sections in Twenty Seventeen. 120 120 * 121 121 * @since Twenty Seventeen 1.0 -
trunk/src/wp-content/themes/twentyseventeen/inc/icon-functions.php
r48103 r48782 214 214 215 215 /** 216 * Filter Twenty Seventeen social links icons.216 * Filters Twenty Seventeen social links icons. 217 217 * 218 218 * @since Twenty Seventeen 1.0 -
trunk/src/wp-content/themes/twentyseventeen/inc/template-functions.php
r46827 r48782 77 77 78 78 /** 79 * Filter number of front page sections in Twenty Seventeen.79 * Filters the number of front page sections in Twenty Seventeen. 80 80 * 81 81 * @since Twenty Seventeen 1.0 -
trunk/src/wp-content/themes/twentysixteen/header.php
r48290 r48782 86 86 <?php 87 87 /** 88 * Filter the default twentysixteen custom header sizes attribute.88 * Filters the default twentysixteen custom header sizes attribute. 89 89 * 90 90 * @since Twenty Sixteen 1.0 -
trunk/src/wp-content/themes/twentysixteen/image.php
r47122 r48782 37 37 <?php 38 38 /** 39 * Filter the default twentysixteen image attachment size.39 * Filters the default twentysixteen image attachment size. 40 40 * 41 41 * @since Twenty Sixteen 1.0 -
trunk/src/wp-content/themes/twentysixteen/inc/customizer.php
r48264 r48782 23 23 'custom-background', 24 24 /** 25 * Filter the arguments used when adding 'custom-background' support in Twenty Sixteen.25 * Filters the arguments used when adding 'custom-background' support in Twenty Sixteen. 26 26 * 27 27 * @since Twenty Sixteen 1.0 … … 44 44 'custom-header', 45 45 /** 46 * Filter the arguments used when adding 'custom-header' support in Twenty Sixteen.46 * Filters the arguments used when adding 'custom-header' support in Twenty Sixteen. 47 47 * 48 48 * @since Twenty Sixteen 1.0 … … 292 292 function twentysixteen_get_color_schemes() { 293 293 /** 294 * Filter the color schemes registered for use with Twenty Sixteen.294 * Filters the color schemes registered for use with Twenty Sixteen. 295 295 * 296 296 * The default schemes include 'default', 'dark', 'gray', 'red', and 'yellow'. -
trunk/src/wp-content/themes/twentysixteen/template-parts/biography.php
r45932 r48782 13 13 <?php 14 14 /** 15 * Filter the Twenty Sixteen author bio avatar size.15 * Filters the Twenty Sixteen author bio avatar size. 16 16 * 17 17 * @since Twenty Sixteen 1.0 -
trunk/src/wp-content/themes/twentyten/author.php
r47122 r48782 42 42 <?php 43 43 /** 44 * Filter the Twenty Ten author bio avatar size.44 * Filters the Twenty Ten author bio avatar size. 45 45 * 46 46 * @since Twenty Ten 1.0 -
trunk/src/wp-content/themes/twentyten/functions.php
r47886 r48782 158 158 // The height and width of our custom header. 159 159 /** 160 * Filter the Twenty Ten default header image width.160 * Filters the Twenty Ten default header image width. 161 161 * 162 162 * @since Twenty Ten 1.0 … … 166 166 'width' => apply_filters( 'twentyten_header_image_width', 940 ), 167 167 /** 168 * Filter the Twenty Ten defaul header image height.168 * Filters the Twenty Ten defaul header image height. 169 169 * 170 170 * @since Twenty Ten 1.0 -
trunk/src/wp-content/themes/twentyten/loop-attachment.php
r47122 r48782 124 124 <?php 125 125 /** 126 * Filter the Twenty Ten default attachment width.126 * Filters the Twenty Ten default attachment width. 127 127 * 128 128 * @since Twenty Ten 1.0 … … 132 132 $attachment_width = apply_filters( 'twentyten_attachment_size', 900 ); 133 133 /** 134 * Filter the Twenty Ten default attachment height.134 * Filters the Twenty Ten default attachment height. 135 135 * 136 136 * @since Twenty Ten 1.0 -
trunk/src/wp-content/themes/twentythirteen/author-bio.php
r45932 r48782 13 13 <?php 14 14 /** 15 * Filter the author bio avatar size.15 * Filters the author bio avatar size. 16 16 * 17 17 * @since Twenty Thirteen 1.0 -
trunk/src/wp-content/themes/twentythirteen/functions.php
r48067 r48782 552 552 function twentythirteen_the_attached_image() { 553 553 /** 554 * Filter the image attachment size to use.554 * Filters the image attachment size to use. 555 555 * 556 556 * @since Twenty thirteen 1.0 -
trunk/src/wp-content/themes/twentytwelve/author.php
r47122 r48782 58 58 <?php 59 59 /** 60 * Filter the author bio avatar size.60 * Filters the author bio avatar size. 61 61 * 62 62 * @since Twenty Twelve 1.0 -
trunk/src/wp-content/themes/twentytwelve/content-status.php
r45932 r48782 20 20 <?php 21 21 /** 22 * Filter the status avatar size.22 * Filters the status avatar size. 23 23 * 24 24 * @since Twenty Twelve 1.0 -
trunk/src/wp-content/themes/twentytwelve/image.php
r47122 r48782 94 94 <?php 95 95 /** 96 * Filter the image attachment size to use.96 * Filters the image attachment size to use. 97 97 * 98 98 * @since Twenty Twelve 1.0 -
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
r48102 r48782 504 504 function twentytwenty_customize_opacity_range() { 505 505 /** 506 * Filter the input attributes for opacity506 * Filters the input attributes for opacity 507 507 * 508 508 * @param array $attrs { -
trunk/src/wp-includes/class-wp-comment-query.php
r48586 r48782 383 383 384 384 /** 385 * Filter the comments data before the query takes place.385 * Filters the comments data before the query takes place. 386 386 * 387 387 * Return a non-null value to bypass WordPress's default comment queries. -
trunk/src/wp-includes/class-wp-customize-manager.php
r48609 r48782 1942 1942 1943 1943 /** 1944 * Filter the X-Frame-Options and Content-Security-Policy headers to ensure frontend can load in customizer.1944 * Filters the X-Frame-Options and Content-Security-Policy headers to ensure frontend can load in customizer. 1945 1945 * 1946 1946 * @since 4.7.0 … … 3277 3277 3278 3278 /** 3279 * Filter heartbeat settings for the Customizer.3279 * Filters heartbeat settings for the Customizer. 3280 3280 * 3281 3281 * @since 4.9.0 -
trunk/src/wp-includes/class-wp-network-query.php
r48104 r48782 201 201 202 202 /** 203 * Filter the network data before the query takes place.203 * Filters the network data before the query takes place. 204 204 * 205 205 * Return a non-null value to bypass WordPress's default network queries. -
trunk/src/wp-includes/class-wp-recovery-mode-cookie-service.php
r47122 r48782 37 37 38 38 /** 39 * Filter the length of time a Recovery Mode cookie is valid for.39 * Filters the length of time a Recovery Mode cookie is valid for. 40 40 * 41 41 * @since 5.2.0 … … 44 44 */ 45 45 $length = apply_filters( 'recovery_mode_cookie_length', WEEK_IN_SECONDS ); 46 46 47 $expire = time() + $length; 47 48 -
trunk/src/wp-includes/class-wp-recovery-mode-email-service.php
r48765 r48782 203 203 204 204 /** 205 * Filter the contents of the Recovery Mode email.205 * Filters the contents of the Recovery Mode email. 206 206 * 207 207 * @since 5.2.0 -
trunk/src/wp-includes/class-wp-recovery-mode-link-service.php
r47122 r48782 115 115 116 116 /** 117 * Filter the URL to begin recovery mode.117 * Filters the URL to begin recovery mode. 118 118 * 119 119 * @since 5.2.0 -
trunk/src/wp-includes/class-wp-recovery-mode.php
r48590 r48782 298 298 protected function get_email_rate_limit() { 299 299 /** 300 * Filter the rate limit between sending new recovery mode email links.300 * Filters the rate limit between sending new recovery mode email links. 301 301 * 302 302 * @since 5.2.0 … … 320 320 321 321 /** 322 * Filter the amount of time the recovery mode email link is valid for.322 * Filters the amount of time the recovery mode email link is valid for. 323 323 * 324 324 * The ttl must be at least as long as the email rate limit. -
trunk/src/wp-includes/class-wp-site-query.php
r48576 r48782 292 292 293 293 /** 294 * Filter the site data before the get_sites query takes place.294 * Filters the site data before the get_sites query takes place. 295 295 * 296 296 * Return a non-null value to bypass WordPress's default site queries. -
trunk/src/wp-includes/class-wp-term-query.php
r48663 r48782 689 689 690 690 /** 691 * Filter the terms array before the query takes place.691 * Filters the terms array before the query takes place. 692 692 * 693 693 * Return a non-null value to bypass WordPress's default term queries. -
trunk/src/wp-includes/cron.php
r48590 r48782 864 864 865 865 /** 866 * Filter the schedule for a hook.866 * Filters the schedule for a hook. 867 867 * 868 868 * @since 5.1.0 -
trunk/src/wp-includes/customize/class-wp-customize-custom-css-setting.php
r48067 r48782 91 91 92 92 /** 93 * Filter `wp_get_custom_css` for applying the customized value.93 * Filters `wp_get_custom_css` for applying the customized value. 94 94 * 95 95 * This is used in the preview when `wp_get_custom_css()` is called for rendering the styles. -
trunk/src/wp-includes/media.php
r48716 r48782 1554 1554 1555 1555 /** 1556 * Filter whether an image path or URI matches image meta.1556 * Filters whether an image path or URI matches image meta. 1557 1557 * 1558 1558 * @since 5.5.0 -
trunk/src/wp-includes/post.php
r48665 r48782 7331 7331 7332 7332 /** 7333 * Filter the SQL clauses of an attachment query to include filenames.7333 * Filters the SQL clauses of an attachment query to include filenames. 7334 7334 * 7335 7335 * @since 4.7.0 -
trunk/src/wp-includes/rest-api.php
r48767 r48782 787 787 788 788 /** 789 * Filter the API response to include only a white-listed set of response object fields.789 * Filters the API response to include only a white-listed set of response object fields. 790 790 * 791 791 * @since 4.8.0 -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php
r48656 r48782 309 309 310 310 /** 311 * Filter collection parameters for the block directory controller.311 * Filters collection parameters for the block directory controller. 312 312 * 313 313 * @since 5.5.0 -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php
r48218 r48782 450 450 451 451 /** 452 * Filter whether comments can be created without authentication.452 * Filters whether comments can be created without authentication. 453 453 * 454 454 * Enables creating comments for anonymous users. … … 1677 1677 1678 1678 /** 1679 * Filter collection parameters for the comments controller.1679 * Filters collection parameters for the comments controller. 1680 1680 * 1681 1681 * This filter registers the collection parameter, but does not map the -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r48765 r48782 2412 2412 2413 2413 /** 2414 * Filter the post's schema.2414 * Filters the post's schema. 2415 2415 * 2416 2416 * The dynamic portion of the filter, `$this->post_type`, refers to the … … 2753 2753 2754 2754 /** 2755 * Filter collection parameters for the posts controller.2755 * Filters collection parameters for the posts controller. 2756 2756 * 2757 2757 * The dynamic part of the filter `$this->post_type` refers to the post -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php
r48275 r48782 1082 1082 1083 1083 /** 1084 * Filter collection parameters for the terms controller.1084 * Filters collection parameters for the terms controller. 1085 1085 * 1086 1086 * The dynamic part of the filter `$this->taxonomy` refers to the taxonomy -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php
r48628 r48782 440 440 441 441 /** 442 * Filter collection parameters for the themes controller.442 * Filters collection parameters for the themes controller. 443 443 * 444 444 * @since 5.0.0 -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php
r48692 r48782 1560 1560 1561 1561 /** 1562 * Filter collection parameters for the users controller.1562 * Filters collection parameters for the users controller. 1563 1563 * 1564 1564 * This filter registers the collection parameter, but does not map the -
trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php
r48474 r48782 39 39 40 40 /** 41 * Filter the list of taxonomy object subtypes available within the sitemap.41 * Filters the list of taxonomy object subtypes available within the sitemap. 42 42 * 43 43 * @since 5.5.0 -
trunk/src/wp-includes/taxonomy.php
r48695 r48782 2051 2051 2052 2052 /** 2053 * Filter arguments for retrieving object terms.2053 * Filters arguments for retrieving object terms. 2054 2054 * 2055 2055 * @since 4.9.0 -
trunk/src/wp-includes/update.php
r48688 r48782 106 106 107 107 /** 108 * Filter the query arguments sent as part of the core version check.108 * Filters the query arguments sent as part of the core version check. 109 109 * 110 110 * WARNING: Changing this data may result in your site not receiving security updates. -
trunk/src/wp-includes/user.php
r48658 r48782 897 897 898 898 /** 899 * Filter the user count before queries are run. Return a non-null value to cause count_users() 900 * to return early. 899 * Filters the user count before queries are run. 900 * 901 * Return a non-null value to cause count_users() to return early. 901 902 * 902 903 * @since 5.1.0 -
trunk/src/wp-includes/widgets/class-wp-widget-custom-html.php
r47122 r48782 84 84 85 85 /** 86 * Filter gallery shortcode attributes.86 * Filters gallery shortcode attributes. 87 87 * 88 88 * Prevents all of a site's attachments from being shown in a gallery displayed on a -
trunk/src/wp-includes/widgets/class-wp-widget-text.php
r47198 r48782 194 194 195 195 /** 196 * Filter gallery shortcode attributes.196 * Filters gallery shortcode attributes. 197 197 * 198 198 * Prevents all of a site's attachments from being shown in a gallery displayed on a
Note: See TracChangeset
for help on using the changeset viewer.