Changeset 55911
- Timestamp:
- 06/14/2023 06:32:14 AM (21 months ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 22 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r55899 r55911 22 22 23 23 /** 24 * Initialize the upgrade strings.24 * Initializes the upgrade strings. 25 25 * 26 26 * @since 2.8.0 … … 40 40 41 41 /** 42 * Upgrade WordPress core.42 * Upgrades WordPress core. 43 43 * 44 44 * @since 2.8.0 … … 386 386 387 387 /** 388 * Compare the disk file checksums against the expected checksums.388 * Compares the disk file checksums against the expected checksums. 389 389 * 390 390 * @since 3.7.0 -
trunk/src/wp-admin/includes/class-file-upload-upgrader.php
r55703 r55911 116 116 117 117 /** 118 * Delete the attachment/uploaded file.118 * Deletes the attachment/uploaded file. 119 119 * 120 120 * @since 3.2.2 -
trunk/src/wp-admin/includes/class-language-pack-upgrader.php
r55899 r55911 106 106 107 107 /** 108 * Initialize the upgrade strings.108 * Initializes the upgrade strings. 109 109 * 110 110 * @since 3.7.0 … … 124 124 125 125 /** 126 * Upgrade a language pack.126 * Upgrades a language pack. 127 127 * 128 128 * @since 3.7.0 … … 148 148 149 149 /** 150 * Bulk upgrade language packs.150 * Upgrades several language packs at once. 151 151 * 152 152 * @since 3.7.0 … … 361 361 362 362 /** 363 * Get the name of an item being updated.363 * Gets the name of an item being updated. 364 364 * 365 365 * @since 3.7.0 -
trunk/src/wp-admin/includes/class-plugin-installer-skin.php
r55595 r55911 47 47 48 48 /** 49 * Action to performbefore installing a plugin.49 * Performs an action before installing a plugin. 50 50 * 51 51 * @since 2.8.0 … … 82 82 83 83 /** 84 * Action to performfollowing a plugin install.84 * Performs an action following a plugin install. 85 85 * 86 86 * @since 2.8.0 … … 178 178 179 179 /** 180 * Check if the plugin can be overwritten and outputthe HTML for overwriting a plugin on upload.180 * Checks if the plugin can be overwritten and outputs the HTML for overwriting a plugin on upload. 181 181 * 182 182 * @since 5.5.0 -
trunk/src/wp-admin/includes/class-plugin-upgrader-skin.php
r49539 r55911 73 73 74 74 /** 75 * Action to performfollowing a single plugin update.75 * Performs an action following a single plugin update. 76 76 * 77 77 * @since 2.8.0 -
trunk/src/wp-admin/includes/class-plugin-upgrader.php
r55899 r55911 50 50 51 51 /** 52 * Initialize the upgrade strings.52 * Initializes the upgrade strings. 53 53 * 54 54 * @since 2.8.0 … … 68 68 69 69 /** 70 * Initialize the installation strings.70 * Initializes the installation strings. 71 71 * 72 72 * @since 2.8.0 … … 174 174 175 175 /** 176 * Upgrade a plugin.176 * Upgrades a plugin. 177 177 * 178 178 * @since 2.8.0 … … 266 266 267 267 /** 268 * Bulk upgradeseveral plugins at once.268 * Upgrades several plugins at once. 269 269 * 270 270 * @since 2.8.0 … … 480 480 481 481 /** 482 * Retrieve the path to the file that contains the plugin info.482 * Retrieves the path to the file that contains the plugin info. 483 483 * 484 484 * This isn't used internally in the class, but is called by the skins. -
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r55595 r55911 47 47 48 48 /** 49 * Action to performbefore installing a theme.49 * Performs an action before installing a theme. 50 50 * 51 51 * @since 2.8.0 … … 82 82 83 83 /** 84 * Action to performfollowing a single theme install.84 * Performs an action following a single theme install. 85 85 * 86 86 * @since 2.8.0 … … 189 189 190 190 /** 191 * Check if the theme can be overwritten and outputthe HTML for overwriting a theme on upload.191 * Checks if the theme can be overwritten and outputs the HTML for overwriting a theme on upload. 192 192 * 193 193 * @since 5.5.0 -
trunk/src/wp-admin/includes/class-theme-upgrader-skin.php
r55276 r55911 52 52 53 53 /** 54 * Action to performfollowing a single theme update.54 * Performs an action following a single theme update. 55 55 * 56 56 * @since 2.8.0 -
trunk/src/wp-admin/includes/class-theme-upgrader.php
r55899 r55911 49 49 50 50 /** 51 * Initialize the upgrade strings.51 * Initializes the upgrade strings. 52 52 * 53 53 * @since 2.8.0 … … 66 66 67 67 /** 68 * Initialize the installation strings.68 * Initializes the installation strings. 69 69 * 70 70 * @since 2.8.0 … … 111 111 112 112 /** 113 * Check if a child theme is being installed and we need to install its parent.113 * Checks if a child theme is being installed and its parent also needs to be installed. 114 114 * 115 115 * Hooked to the {@see 'upgrader_post_install'} filter by Theme_Upgrader::install(). … … 279 279 280 280 /** 281 * Upgrade a theme.281 * Upgrades a theme. 282 282 * 283 283 * @since 2.8.0 … … 365 365 366 366 /** 367 * Upgrade several themes at once.367 * Upgrades several themes at once. 368 368 * 369 369 * @since 3.0.0 … … 633 633 634 634 /** 635 * Turn on maintenance mode before attempting to upgrade the active theme.635 * Turns on maintenance mode before attempting to upgrade the active theme. 636 636 * 637 637 * Hooked to the {@see 'upgrader_pre_install'} filter by Theme_Upgrader::upgrade() and … … 665 665 666 666 /** 667 * Turn off maintenance mode after upgrading the active theme.667 * Turns off maintenance mode after upgrading the active theme. 668 668 * 669 669 * Hooked to the {@see 'upgrader_post_install'} filter by Theme_Upgrader::upgrade() … … 703 703 704 704 /** 705 * Delete the old theme during an upgrade.705 * Deletes the old theme during an upgrade. 706 706 * 707 707 * Hooked to the {@see 'upgrader_clear_destination'} filter by Theme_Upgrader::upgrade() … … 741 741 742 742 /** 743 * Get the WP_Theme object for a theme.743 * Gets the WP_Theme object for a theme. 744 744 * 745 745 * @since 2.8.0 -
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r55594 r55911 618 618 619 619 /** 620 * If we tried to perform a core update, check if we should send an email,621 * a nd if we need to avoid processing future updates.620 * Checks whether to send an email and avoid processing future updates after 621 * attempting a core update. 622 622 * 623 623 * @since 3.7.0 … … 968 968 969 969 /** 970 * If we tried to perform plugin or theme updates, check if we should send an email.970 * Checks whether an email should be sent after attempting plugin or theme updates. 971 971 * 972 972 * @since 5.5.0 -
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r55732 r55911 152 152 153 153 /** 154 * Get the name of the default primary column.154 * Gets the name of the default primary column. 155 155 * 156 156 * @since 4.3.0 -
trunk/src/wp-admin/includes/class-wp-list-table.php
r55857 r55911 174 174 175 175 /** 176 * Make private properties readable for backward compatibility.176 * Makes private properties readable for backward compatibility. 177 177 * 178 178 * @since 4.0.0 … … 188 188 189 189 /** 190 * Make private properties settable for backward compatibility.190 * Makes private properties settable for backward compatibility. 191 191 * 192 192 * @since 4.0.0 … … 203 203 204 204 /** 205 * Make private properties checkable for backward compatibility.205 * Makes private properties checkable for backward compatibility. 206 206 * 207 207 * @since 4.0.0 … … 219 219 220 220 /** 221 * Make private properties un-settable for backward compatibility.221 * Makes private properties un-settable for backward compatibility. 222 222 * 223 223 * @since 4.0.0 … … 232 232 233 233 /** 234 * Make private/protected methods readable for backward compatibility.234 * Makes private/protected methods readable for backward compatibility. 235 235 * 236 236 * @since 4.0.0 … … 270 270 271 271 /** 272 * An internal method that sets all the necessary pagination arguments272 * Sets all the necessary pagination arguments. 273 273 * 274 274 * @since 3.1.0 … … 321 321 322 322 /** 323 * Whether the table has items to display or not323 * Determines whether the table has items to display or not 324 324 * 325 325 * @since 3.1.0 … … 1151 1151 1152 1152 /** 1153 * Gets the name of the primary column. 1154 * 1153 1155 * Public wrapper for WP_List_Table::get_default_primary_column_name(). 1154 1156 * … … 1452 1454 1453 1455 /** 1454 * Extra controls to be displayedbetween bulk actions and pagination.1456 * Displays extra controls between bulk actions and pagination. 1455 1457 * 1456 1458 * @since 3.1.0 -
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r55732 r55911 264 264 265 265 /** 266 * Override parent views so we canuse the filter bar display.266 * Overrides parent views to use the filter bar display. 267 267 * 268 268 * @global string $mode List table view mode. -
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r55732 r55911 316 316 317 317 /** 318 * Extra controls to be displayedbetween bulk actions and pagination.318 * Displays extra controls between bulk actions and pagination. 319 319 * 320 320 * @since 5.3.0 … … 622 622 623 623 /** 624 * Maybeoutput comma-separated site states.624 * Determines whether to output comma-separated site states. 625 625 * 626 626 * @since 5.3.0 -
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r55732 r55911 31 31 32 32 /** 33 * Return the list of known plugins.33 * Returns the list of known plugins. 34 34 * 35 35 * Uses the transient data from the updates API to determine the known -
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r55732 r55911 227 227 228 228 /** 229 * Determine if the current view is the "All" view.229 * Determines if the current view is the "All" view. 230 230 * 231 231 * @since 4.2.0 … … 247 247 248 248 /** 249 * Helper to create linksto edit.php with params.249 * Creates a link to edit.php with params. 250 250 * 251 251 * @since 4.4.0 … … 918 918 919 919 /** 920 * Given a top level page ID, display the nested hierarchy of sub-pages921 * together with paging support920 * Displays the nested hierarchy of sub-pages together with paging 921 * support, based on a top level page ID. 922 922 * 923 923 * @since 3.1.0 (Standalone function exists since 2.6.0) -
trunk/src/wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php
r49259 r55911 37 37 38 38 /** 39 * Actions column.39 * Outputs the Actions column. 40 40 * 41 41 * @since 4.9.6 … … 109 109 110 110 /** 111 * Next steps column.111 * Outputs the Next steps column. 112 112 * 113 113 * @since 4.9.6 -
trunk/src/wp-admin/includes/class-wp-privacy-requests-table.php
r54215 r55911 32 32 33 33 /** 34 * Get columns to show in the list table.34 * Gets columns to show in the list table. 35 35 * 36 36 * @since 4.9.6 … … 50 50 51 51 /** 52 * Normalize the admin URL to the current page (by request_type).52 * Normalizes the admin URL to the current page (by request_type). 53 53 * 54 54 * @since 5.3.0 … … 67 67 68 68 /** 69 * Get a list of sortable columns.69 * Gets a list of sortable columns. 70 70 * 71 71 * @since 4.9.6 … … 88 88 89 89 /** 90 * Default primary column.90 * Returns the default primary column. 91 91 * 92 92 * @since 4.9.6 … … 99 99 100 100 /** 101 * Count number of requests for each status.101 * Counts the number of requests for each status. 102 102 * 103 103 * @since 4.9.6 … … 138 138 139 139 /** 140 * Get an associative array ( id => link ) with the list of views available on this table.140 * Gets an associative array ( id => link ) with the list of views available on this table. 141 141 * 142 142 * @since 4.9.6 … … 201 201 202 202 /** 203 * Get bulk actions.203 * Gets bulk actions. 204 204 * 205 205 * @since 4.9.6 … … 355 355 356 356 /** 357 * Prepare items to output.357 * Prepares items to output. 358 358 * 359 359 * @since 4.9.6 … … 408 408 409 409 /** 410 * Checkbox column.410 * Returns the markup for the Checkbox column. 411 411 * 412 412 * @since 4.9.6 … … 457 457 458 458 /** 459 * Convert timestamp for display.459 * Converts a timestamp for display. 460 460 * 461 461 * @since 4.9.6 … … 480 480 481 481 /** 482 * Default column handler.482 * Handles the default column. 483 483 * 484 484 * @since 4.9.6 … … 504 504 505 505 /** 506 * Created timestamp column. Overridden by children.506 * Returns the markup for the Created timestamp column. Overridden by children. 507 507 * 508 508 * @since 5.7.0 … … 528 528 529 529 /** 530 * Next steps column. Overridden by children.530 * Returns the markup for the next steps column. Overridden by children. 531 531 * 532 532 * @since 4.9.6 … … 552 552 553 553 /** 554 * Embed scripts used to perform actions. Overridden by children.554 * Embeds scripts used to perform actions. Overridden by children. 555 555 * 556 556 * @since 4.9.6 -
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r54378 r55911 545 545 546 546 /** 547 * Check to see if the theme is already installed.547 * Checks to see if the theme is already installed. 548 548 * 549 549 * @since 3.4.0 -
trunk/src/wp-admin/includes/class-wp-upgrader-skin.php
r55595 r55911 212 212 213 213 /** 214 * Action to performbefore an update.214 * Performs an action before an update. 215 215 * 216 216 * @since 2.8.0 … … 219 219 220 220 /** 221 * Action to performfollowing an update.221 * Performs and action following an update. 222 222 * 223 223 * @since 2.8.0 … … 226 226 227 227 /** 228 * Output JavaScript that calls function to decrement the update counts.228 * Outputs JavaScript that calls function to decrement the update counts. 229 229 * 230 230 * @since 3.9.0 -
trunk/src/wp-admin/includes/class-wp-upgrader.php
r55720 r55911 150 150 151 151 /** 152 * Initialize the upgrader.152 * Initializes the upgrader. 153 153 * 154 154 * This will set the relationship between the skin being used and this upgrader, … … 181 181 182 182 /** 183 * Add the generic strings to WP_Upgrader::$strings.183 * Adds the generic strings to WP_Upgrader::$strings. 184 184 * 185 185 * @since 2.8.0 … … 218 218 219 219 /** 220 * Connect to the filesystem.220 * Connects to the filesystem. 221 221 * 222 222 * @since 2.8.0 … … 290 290 291 291 /** 292 * Download a package.292 * Downloads a package. 293 293 * 294 294 * @since 2.8.0 … … 340 340 341 341 /** 342 * Unpack a compressed package file.342 * Unpacks a compressed package file. 343 343 * 344 344 * @since 2.8.0 … … 398 398 399 399 /** 400 * Flatten the results of WP_Filesystem_Base::dirlist() for iterating over.400 * Flattens the results of WP_Filesystem_Base::dirlist() for iterating over. 401 401 * 402 402 * @since 4.9.0 … … 713 713 714 714 /** 715 * Run an upgrade/installation.715 * Runs an upgrade/installation. 716 716 * 717 717 * Attempts to download the package (if it is not a local file), unpack it, and … … 961 961 962 962 /** 963 * Toggle maintenance mode for the site.963 * Toggles maintenance mode for the site. 964 964 * 965 965 * Creates/deletes the maintenance file to enable/disable maintenance mode. -
trunk/src/wp-admin/includes/class-wp-users-list-table.php
r55864 r55911 59 59 60 60 /** 61 * Check the current user's permissions.61 * Checks the current user's permissions. 62 62 * 63 63 * @since 3.1.0 … … 74 74 75 75 /** 76 * Prepare the users list for display.76 * Prepares the users list for display. 77 77 * 78 78 * @since 3.1.0 … … 151 151 152 152 /** 153 * Output 'no users' message.153 * Outputs 'no users' message. 154 154 * 155 155 * @since 3.1.0 … … 160 160 161 161 /** 162 * Return an associative array listing all the views that can be used162 * Returns an associative array listing all the views that can be used 163 163 * with this table. 164 164 * … … 263 263 264 264 /** 265 * Retrieve an associative array of bulk actions available on this table.265 * Retrieves an associative array of bulk actions available on this table. 266 266 * 267 267 * @since 3.1.0 … … 291 291 292 292 /** 293 * Output the controls to allow user roles to be changed in bulk.293 * Outputs the controls to allow user roles to be changed in bulk. 294 294 * 295 295 * @since 3.1.0 … … 344 344 345 345 /** 346 * Capture the bulk action required, and return it.346 * Captures the bulk action required, and return it. 347 347 * 348 348 * Overridden from the base class implementation to capture … … 362 362 363 363 /** 364 * Get a list of columns for the list table.364 * Gets a list of columns for the list table. 365 365 * 366 366 * @since 3.1.0 … … 386 386 387 387 /** 388 * Get a list of sortable columns for the list table.388 * Gets a list of sortable columns for the list table. 389 389 * 390 390 * @since 3.1.0 … … 402 402 403 403 /** 404 * Generate the list table rows.404 * Generates the list table rows. 405 405 * 406 406 * @since 3.1.0 … … 418 418 419 419 /** 420 * Generate HTML for a single row on the users.php admin panel.420 * Generates HTML for a single row on the users.php admin panel. 421 421 * 422 422 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.