Changeset 49675
- Timestamp:
- 11/21/2020 12:06:34 PM (4 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-installer-skin.php
r49539 r49675 66 66 * @since 5.5.0 67 67 * 68 * @param WP_Error $wp_error WP_Error .68 * @param WP_Error $wp_error WP_Error object. 69 69 * @return bool 70 70 */ … … 326 326 327 327 /** 328 * Filters the list of action links available following a single plugin installation 329 * failurewhen overwriting is allowed.328 * Filters the list of action links available following a single plugin installation failure 329 * when overwriting is allowed. 330 330 * 331 331 * @since 5.5.0 -
trunk/src/wp-admin/includes/class-theme-installer-skin.php
r49539 r49675 66 66 * @since 5.5.0 67 67 * 68 * @param WP_Error $wp_error WP_Error .68 * @param WP_Error $wp_error WP_Error object. 69 69 * @return bool 70 70 */ … … 361 361 362 362 /** 363 * Filters the list of action links available following a single theme installation 364 * failurewhen overwriting is allowed.363 * Filters the list of action links available following a single theme installation failure 364 * when overwriting is allowed. 365 365 * 366 366 * @since 5.5.0 -
trunk/src/wp-admin/includes/class-wp-upgrader-skin.php
r49119 r49675 82 82 83 83 /** 84 * @since 2.8.0 85 * 84 86 * @param WP_Upgrader $upgrader 85 87 */ … … 92 94 93 95 /** 96 * @since 3.0.0 94 97 */ 95 98 public function add_strings() { … … 138 141 139 142 /** 143 * @since 2.8.0 140 144 */ 141 145 public function header() { … … 149 153 150 154 /** 155 * @since 2.8.0 151 156 */ 152 157 public function footer() { … … 159 164 160 165 /** 166 * @since 2.8.0 167 * 161 168 * @param string|WP_Error $errors 162 169 */ … … 179 186 180 187 /** 188 * @since 2.8.0 189 * 181 190 * @param string $string 182 191 * @param mixed ...$args Optional text replacements. … … 245 254 246 255 /** 256 * @since 3.0.0 247 257 */ 248 258 public function bulk_header() {} 249 259 250 260 /** 261 * @since 3.0.0 251 262 */ 252 263 public function bulk_footer() {} … … 257 268 * @since 5.5.0 258 269 * 259 * @param WP_Error $wp_error WP_Error 270 * @param WP_Error $wp_error WP_Error object. 260 271 * @return bool 261 272 */
Note: See TracChangeset
for help on using the changeset viewer.