Changeset 42787 for trunk/src/wp-admin/includes/file.php
- Timestamp:
- 03/05/2018 09:49:53 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/file.php
r42777 r42787 176 176 * @since 4.9.0 177 177 * 178 * @param string $plugin Path to the main plugin file fromplugins directory.178 * @param string $plugin Path to the plugin file relative to the plugins directory. 179 179 * @return string[] Array of editable file extensions. 180 180 */ … … 223 223 * 224 224 * @param string[] $editable_extensions An array of editable plugin file extensions. 225 * @param string $plugin Path to the main plugin file fromplugins directory.225 * @param string $plugin Path to the plugin file relative to the plugins directory. 226 226 */ 227 227 $editable_extensions = (array) apply_filters( 'editable_extensions', $editable_extensions, $plugin ); … … 343 343 * 344 344 * @type string $file Relative path to file. 345 * @type string $plugin P lugin being edited.345 * @type string $plugin Path to the plugin file relative to the plugins directory. 346 346 * @type string $theme Theme being edited. 347 347 * @type string $newcontent New content for the file.
Note: See TracChangeset
for help on using the changeset viewer.