Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/16/2017 09:20:52 PM (7 years ago)
Author:
johnjamesjacoby
Message:

Documentation: Remove all @uses usages.

Per the WordPress inline documentation standards:

the @uses tag is not recommended to be used to indicate a used-by relationship, as this information can be derived through other means. These tags also are very likely to become out-of-date as our functions change over time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/actions.php

    r6279 r6573  
    197197 *
    198198 * @since 2.1.0 bbPress (r3766)
    199  *
    200  * @uses do_action() Calls 'bbp_admin_init'
    201199 */
    202200function bbp_admin_init() {
     
    208206 *
    209207 * @since 2.1.0 bbPress (r3766)
    210  *
    211  * @uses do_action() Calls 'bbp_admin_menu'
    212208 */
    213209function bbp_admin_menu() {
     
    219215 *
    220216 * @since 2.1.0 bbPress (r3766)
    221  *
    222  * @uses do_action() Calls 'bbp_admin_head'
    223217 */
    224218function bbp_admin_head() {
     
    230224 *
    231225 * @since 2.1.0 bbPress (r3766)
    232  *
    233  * @uses do_action() Calls 'bbp_admin_notices'
    234226 */
    235227function bbp_admin_notices() {
     
    241233 *
    242234 * @since 2.1.0 bbPress (r3766)
    243  *
    244  * @uses do_action() Calls 'bbp_admin_notices'
    245235 */
    246236function bbp_register_importers() {
     
    252242 *
    253243 * @since 2.1.0 bbPress (r3766)
    254  *
    255  * @uses do_action() Calls 'bbp_admin_notices'
    256244 */
    257245function bbp_register_admin_style() {
     
    263251 *
    264252 * @since 2.1.0 bbPress (r3766)
    265  *
    266  * @uses do_action() Calls 'bbp_register_admin_settings'
    267253 */
    268254function bbp_register_admin_settings() {
     
    274260 *
    275261 * @since 2.6.0 bbPress (r6273)
    276  *
    277  * @uses do_action() Calls 'bbp_admin_tool_box'
    278262 */
    279263function bbp_admin_tool_box() {
     
    287271 *
    288272 * @param WP_Screen $current_screen
    289  * @uses do_action() Calls 'bbp_current_screen'
    290273 */
    291274function bbp_current_screen( $current_screen = '' ) {
Note: See TracChangeset for help on using the changeset viewer.