Make WordPress Core

Changeset 30647


Ignore:
Timestamp:
11/30/2014 11:20:32 AM (10 years ago)
Author:
DrewAPicture
Message:

Docs Formatting: Backtick-escape inline code for all dynamic hook docs in wp-admin/network/*.

Affects DocBlocks for the following hooks:

  • network_admin_edit_' . $_GET['action']
  • network_sites_updated_message_' . $_GET['updated']

See #30552.

Location:
trunk/src/wp-admin/network
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/edit.php

    r25994 r30647  
    3232 * Fires the requested handler action.
    3333 *
    34  * The dynamic portion of the hook name, $_GET['action'], refers to the name
     34 * The dynamic portion of the hook name, `$_GET['action']`, refers to the name
    3535 * of the requested action.
    3636 *
  • trunk/src/wp-admin/network/sites.php

    r27469 r30647  
    228228             * Filter a specific, non-default site-updated message in the Network admin.
    229229             *
    230              * The dynamic portion of the hook name, $_GET['updated'], refers to the non-default
    231              * site update action.
     230             * The dynamic portion of the hook name, `$_GET['updated']`, refers to the
     231             * non-default site update action.
    232232             *
    233233             * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.