Changeset 54063
- Timestamp:
- 09/02/2022 06:56:12 AM (3 years ago)
- Location:
- trunk/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-custom-background.php
r54062 r54063 39 39 40 40 /** 41 * Constructor - Register administration header callback.41 * Constructor - Registers administration header callback. 42 42 * 43 43 * @since 3.0.0 … … 58 58 59 59 /** 60 * Set up the hooks for the Custom Background admin page.60 * Sets up the hooks for the Custom Background admin page. 61 61 * 62 62 * @since 3.0.0 … … 78 78 79 79 /** 80 * Set up the enqueue for the CSS & JavaScript files.80 * Sets up the enqueue for the CSS & JavaScript files. 81 81 * 82 82 * @since 3.0.0 … … 107 107 108 108 /** 109 * Execute custom background modification.109 * Executes custom background modification. 110 110 * 111 111 * @since 3.0.0 … … 223 223 224 224 /** 225 * Display the custom background page.225 * Displays the custom background page. 226 226 * 227 227 * @since 3.0.0 … … 481 481 482 482 /** 483 * Handle an Image upload for the background image.483 * Handles an Image upload for the background image. 484 484 * 485 485 * @since 3.0.0 … … 538 538 539 539 /** 540 * Ajax handlerfor adding custom background context to an attachment.540 * Handles Ajax request for adding custom background context to an attachment. 541 541 * 542 542 * Triggers when the user adds a new background image from the -
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r53330 r54063 68 68 69 69 /** 70 * Return a list of slugs of installed plugins, if known.70 * Returns a list of slugs of installed plugins, if known. 71 71 * 72 72 * Uses the transient data from the updates API to determine the slugs of … … 322 322 323 323 /** 324 * Override parent views so we can use the filter bar display.324 * Overrides parent views so we can use the filter bar display. 325 325 */ 326 326 public function views() { -
trunk/src/wp-admin/install.php
r54062 r54063 81 81 82 82 /** 83 * Display installer setup form.83 * Displays installer setup form. 84 84 * 85 85 * @since 2.8.0 -
trunk/src/wp-admin/options-reading.php
r54062 r54063 188 188 <?php 189 189 /** 190 * Enable the legacy 'Site visibility' privacy options.190 * Enables the legacy 'Site visibility' privacy options. 191 191 * 192 192 * By default the privacy options form displays a single checkbox to 'discourage' search -
trunk/src/wp-includes/media-template.php
r54062 r54063 9 9 10 10 /** 11 * Output the markup for a audio tag to be used in an Underscore template11 * Outputs the markup for a audio tag to be used in an Underscore template 12 12 * when data.model is passed. 13 13 * … … 49 49 50 50 /** 51 * Output the markup for a video tag to be used in an Underscore template51 * Outputs the markup for a video tag to be used in an Underscore template 52 52 * when data.model is passed. 53 53 *
Note: See TracChangeset
for help on using the changeset viewer.