[wp-trac] [WordPress Trac] #30552: Inline Docs: Fix core DocBlock formatting and cross referencing

WordPress Trac noreply at wordpress.org
Sun Nov 30 11:52:34 UTC 2014


#30552: Inline Docs: Fix core DocBlock formatting and cross referencing
--------------------------+-----------------------------
 Reporter:  DrewAPicture  |       Owner:  DrewAPicture
     Type:  defect (bug)  |      Status:  accepted
 Priority:  normal        |   Milestone:  Future Release
Component:  General       |     Version:
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |     Focuses:  docs
--------------------------+-----------------------------

Comment (by DrewAPicture):

 In [changeset:"30652"]:
 {{{
 #!CommitTicketReference repository="" revision="30652"
 Docs Formatting: Backtick-escape inline code for all dynamic hook docs in
 wp-includes/option.php.

 Affects DocBlocks for the following hooks:
 * `pre_option_ . $option`
 * `default_option_ . $option`
 * `option_ . $option`
 * `pre_update_option_ . $option`
 * `update_option_{$option}`
 * `add_option_{$option}`
 * `delete_option_$option`
 * `delete_transient_ . $transient`
 * `pre_transient_ . $transient`
 * `transient_ . $transient`
 * `pre_set_transient_ . $transient`
 * `set_transient_ . $transient`
 * `pre_site_option_ . $option`
 * `default_site_option_ . $option`
 * `site_option_ . $option`
 * `pre_add_site_option_ . $option`
 * `add_site_option_{$option}`
 * `pre_delete_site_option_ . $option`
 * `delete_site_option_{$option}`
 * `pre_update_site_option_ . $option`
 * `update_site_option_{$option}`
 * `delete_site_transient_ . $transient`
 * `pre_site_transient_ . $transient`
 * `site_transient_ . $transient`
 * `pre_set_site_transient_ . $transient`
 * `set_site_transient_ . $transient`

 See #30552.
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30552#comment:7>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list