Changeset 30647
- Timestamp:
- 11/30/2014 11:20:32 AM (10 years ago)
- Location:
- trunk/src/wp-admin/network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/edit.php
r25994 r30647 32 32 * Fires the requested handler action. 33 33 * 34 * The dynamic portion of the hook name, $_GET['action'], refers to the name34 * The dynamic portion of the hook name, `$_GET['action']`, refers to the name 35 35 * of the requested action. 36 36 * -
trunk/src/wp-admin/network/sites.php
r27469 r30647 228 228 * Filter a specific, non-default site-updated message in the Network admin. 229 229 * 230 * The dynamic portion of the hook name, $_GET['updated'], refers to the non-default231 * site update action.230 * The dynamic portion of the hook name, `$_GET['updated']`, refers to the 231 * non-default site update action. 232 232 * 233 233 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.