Changeset 37485 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 05/22/2016 05:21:48 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r37431 r37485 930 930 * Validate the plugin path. 931 931 * 932 * Checks that the file exists and {@link validate_file() is valid file}.932 * Checks that the file exists and is a valid file. See validate_file(). 933 933 * 934 934 * @since 2.5.0 935 935 * 936 * @param string $plugin Plugin Path 936 * @param string $plugin Plugin Path. 937 937 * @return WP_Error|int 0 on success, WP_Error on failure. 938 938 */
Note: See TracChangeset
for help on using the changeset viewer.