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/classes/class-bbp-converter-base.php

    r6544 r6573  
    650650     *
    651651     * @since 2.5.0 bbPress (r5170)
    652      *
    653      * @uses WPDB $wpdb
    654      * @uses bbp_stick_topic() to set the imported topic as sticky
    655      *
    656652     */
    657653    public function convert_topic_stickies( $start = 1 ) {
     
    681677     *
    682678     * @since 2.5.0 bbPress (r5170)
    683      *
    684      * @uses WPDB $wpdb
    685      * @uses bbp_stick_topic() to set the imported topic as super sticky
    686      *
    687679     */
    688680    public function convert_topic_super_stickies( $start = 1 ) {
     
    713705     *
    714706     * @since 2.6.0 bbPress (r5425)
    715      *
    716      * @uses bbp_close_topic() to close topics properly
    717      *
    718707     */
    719708    public function convert_topic_closed_topics( $start = 1 ) {
     
    771760     *
    772761     * @since 2.6.0 bbPress (r5538)
    773      *
    774      * @uses add_post_meta() To add _bbp_anonymous_name topic meta key
    775762     */
    776763    public function convert_anonymous_topic_authors( $start = 1 ) {
     
    817804     *
    818805     * @since 2.6.0 bbPress (r5538)
    819      *
    820      * @uses add_post_meta() To add _bbp_anonymous_name reply meta key
    821806     */
    822807    public function convert_anonymous_reply_authors( $start = 1 ) {
Note: See TracChangeset for help on using the changeset viewer.