Plugin Directory

Timestamp:
03/22/2024 09:30:19 AM (4 months ago)
Author:
zinigor
Message:

Updating trunk to version 13.2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/modules/sharedaddy/sharing.php

    r3053889 r3056649  
    165165     * Create a new custom sharing service via AJAX.
    166166     *
    167      * @return never
     167     * @return
    168168     */
    169169    public function ajax_new_service() {
     
    725725        );
    726726        ?>
    727 
     727       
    728728        <div class="share_manage_options">
    729729            <br class="clearing" />
     
    786786 */
    787787function jetpack_post_sharing_get_value( array $post ) {
    788     if ( ! isset( $post['id'] ) ) {
    789         return false;
    790     }
    791 
    792788    // if sharing IS disabled on this post, enabled=false, so negate the meta
    793789    return (bool) ! get_post_meta( $post['id'], 'sharing_disabled', true );
Note: See TracChangeset for help on using the changeset viewer.