Changeset 32672 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 05/31/2015 03:17:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r32654 r32672 260 260 } 261 261 262 /** 263 * @since 2.9.0 264 * 265 * @return array 266 */ 262 267 function get_plugin_updates() { 263 268 $all_plugins = get_plugins(); … … 274 279 } 275 280 281 /** 282 * @since 2.9.0 283 */ 276 284 function wp_plugin_update_rows() { 277 285 if ( !current_user_can('update_plugins' ) ) … … 378 386 } 379 387 388 /** 389 * @since 3.1.0 390 */ 380 391 function wp_theme_update_rows() { 381 392 if ( !current_user_can('update_themes' ) )
Note: See TracChangeset
for help on using the changeset viewer.