Changeset 36822
- Timestamp:
- 03/03/2016 07:10:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r36821 r36822 800 800 801 801 /** 802 * Release a lock created by `WP_Upgrader::create_lock()`.802 * Releases an upgrader lock. 803 803 * 804 804 * @since 4.5.0 805 805 * @access public 806 806 * @static 807 * 808 * @see WP_Upgrader::create_lock() 807 809 * 808 810 * @param string $lock_name The name of this unique lock. 809 * @return bool 811 * @return bool True if the lock was successfully released. False on failure. 810 812 */ 811 813 public static function release_lock( $lock_name ) {
Note: See TracChangeset
for help on using the changeset viewer.