Changeset 44635
- Timestamp:
- 01/17/2019 06:45:58 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r43571 r44635 1011 1011 * Filters the maximum error response body size in `download_url()`. 1012 1012 * 1013 * @since 5. 0.01013 * @since 5.1.0 1014 1014 * 1015 1015 * @see download_url() -
trunk/src/wp-includes/formatting.php
r44620 r44635 3059 3059 * Filters the rel values that are added to links with `target` attribute. 3060 3060 * 3061 * @since 5. 0.03061 * @since 5.1.0 3062 3062 * 3063 3063 * @param string The rel values. -
trunk/src/wp-includes/general-template.php
r44592 r44635 2881 2881 * Typical usage is as a wp_head callback. add_action( 'wp_head', 'wp_sensitive_page_meta' ); 2882 2882 * 2883 * @since 5.0. 02883 * @since 5.0.1 2884 2884 */ 2885 2885 function wp_sensitive_page_meta() { -
trunk/tests/phpunit/tests/dependencies/mediaelementjs.php
r42763 r44635 14 14 * want to re-add them, please discuss that with the Security team first. 15 15 * 16 * @since 5. 0.016 * @since 5.1.0 17 17 * 18 18 * @ticket 42720
Note: See TracChangeset
for help on using the changeset viewer.