PluginProbe
Edit Flow / 0.10.2
Edit Flow v0.10.2
0.11.1 0.11.0 0.7.2 0.7.3 0.7.4 0.7.5 0.7.6 0.8 0.8.1 0.8.2 0.9 0.9.1 0.9.2 0.9.3 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 trunk 0.1.5 0.10.0 0.10.1 0.10.2 All 44 releases
edit-flow / edit-flow.php

edit-flow.php in Edit Flow 0.10.2, at edit-flow.php

12 lines 425 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php // phpcs:ignore Squiz.Commenting.FileComment.Missing -- Loader file, main plugin file has full headers.
2 /**
3 * Edit Flow loader file.
4 *
5 * Load the somewhat poorly named edit_flow.php primary plugin file.
6 * It's been named edit_flow.php in the master repo since the beginning
7 * and we can't rename it because it will break everyone's activations.
8 *
9 * @package EditFlow
10 */
11 require_once __DIR__ . '/edit_flow.php';
12