Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 01:06:10 AM (6 months ago)
Author:
espellcaste
Message:

PHPDoc: remove superfluous comments from boolean returns.

See #9164

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-theme-compatibility.php

    r13686 r13890  
    813813 *                           at a given priority will be removed. Otherwise, all callbacks
    814814 *                           attached to the tag will be removed, regardless of priority.
    815  * @return bool True on success.
     815 * @return bool
    816816 */
    817817function bp_remove_all_filters( $tag, $priority = false ) {
     
    868868 *                           attached to the tag with $priority will be restored. Otherwise,
    869869 *                           all available filters will be restored, regardless of priority.
    870  * @return bool True on success.
     870 * @return bool
    871871 */
    872872function bp_restore_all_filters( $tag, $priority = false ) {
     
    10481048 * @since 14.0.0
    10491049 *
    1050  * @return boolean True if current theme compat is about a block theme.
     1050 * @return bool True if current theme compat is about a block theme.
    10511051 *                 False otherwise.
    10521052 */
Note: See TracChangeset for help on using the changeset viewer.