- Timestamp:
- 07/28/2020 11:55:19 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ajax-upgrader-skin.php
r46586 r48661 23 23 * 24 24 * @since 4.6.0 25 * 25 26 * @var null|WP_Error 26 27 */ … … 30 31 * Constructor. 31 32 * 33 * Sets up the WordPress Ajax upgrader skin. 34 * 32 35 * @since 4.6.0 33 36 * 34 * @param array $args Options for the upgrader, see WP_Upgrader_Skin::__construct(). 37 * @see WP_Upgrader_Skin::__construct() 38 * 39 * @param array $args Optional. The WordPress Ajax upgrader skin arguments to 40 * override default options. See WP_Upgrader_Skin::__construct(). 41 * Default empty array. 35 42 */ 36 43 public function __construct( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.