~canonical-sysadmins/wordpress/4.1

« back to all changes in this revision

Viewing changes to wp-admin/admin-post.php

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:05:37 UTC
  • mfrom: (1.1.1 wp4-upstream)
  • Revision ID: nick.moffitt@canonical.com-20150115110537-8bp1y42eyg0jsa7c
Tags: 4.1
MergeĀ upstreamĀ versionĀ 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
                /**
43
43
                 * Fires on a non-authenticated admin post request for the given action.
44
44
                 *
45
 
                 * The dynamic portion of the hook name, $action, refers to the given
 
45
                 * The dynamic portion of the hook name, `$action`, refers to the given
46
46
                 * request action.
47
47
                 *
48
48
                 * @since 2.6.0
61
61
                /**
62
62
                 * Fires on an authenticated admin post request for the given action.
63
63
                 *
64
 
                 * The dynamic portion of the hook name, $action, refers to the given
 
64
                 * The dynamic portion of the hook name, `$action`, refers to the given
65
65
                 * request action.
66
66
                 *
67
67
                 * @since 2.6.0