Changeset 57108
- Timestamp:
- 11/13/2023 11:11:54 AM (15 months ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r56111 r57108 5 5 * To use this class you must follow these steps for PHP 5.2.6+ 6 6 * 7 * @contrib http://kevin.vanzonneveld.net/techblog/article/make_ssh_connections_with_php/ - Installation Notes7 * {@link http://kevin.vanzonneveld.net/techblog/article/make_ssh_connections_with_php/ - Installation Notes} 8 8 * 9 9 * Compile libssh2 (Note: Only 0.14 is officaly working with PHP 5.2.6+ right now, But many users have found the latest versions work) -
trunk/src/wp-content/themes/twentynineteen/inc/template-functions.php
r56057 r57108 101 101 * Adds custom 'sizes' attribute to responsive image functionality for post thumbnails. 102 102 * 103 * @ originTwenty Nineteen 1.0103 * @since Twenty Nineteen 1.0 104 104 * 105 105 * @param string[] $attr Array of attribute values for the image markup, keyed by attribute name. … … 164 164 * for flyout and dropdown menus. 165 165 * 166 * @ref https://www.w3.org/WAI/tutorials/menus/flyout/ 166 * @link https://www.w3.org/WAI/tutorials/menus/flyout/ 167 * 167 168 * @param array $atts { 168 169 * The HTML attributes applied to the menu item's `<a>` element, empty strings are ignored. -
trunk/src/wp-includes/ms-functions.php
r56192 r57108 2083 2083 * @since MU (3.0.0) 2084 2084 * 2085 * @blessed2086 *2087 2085 * @param array $upload An array of information about the newly-uploaded file. 2088 2086 * @return string|array If the upload is under the size limit, $upload is returned. Otherwise returns an error message. -
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r56559 r57108 257 257 * A valid query that returns 0 results should return an empty JSON list. 258 258 * 259 * @ issue862259 * @link https://github.com/WP-API/WP-API/issues/862 260 260 */ 261 261 public function test_get_items_empty_query() {
Note: See TracChangeset
for help on using the changeset viewer.