Plugin Directory

Changeset 671841

Timestamp:
02/22/2013 06:14:42 PM (11 years ago)
Author:
jblz
Message:

Jetpack: Notifications: Discontinue support for Internet Explorer versions 7 and below.
fixes #1660

Location:
jetpack/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jetpack/trunk/modules/notes.php

    r640733 r671841  
    7070    }
    7171
     72
     73
     74
     75
     76
     77
     78
     79
     80
     81
     82
     83
     84
     85
     86
     87
     88
     89
     90
     91
     92
     93
     94
     95
     96
     97
     98
     99
     100
     101
     102
     103
     104
     105
    72106    function action_init() {
     107
     108
     109
    73110        if ( !has_filter( 'show_admin_bar', '__return_true' ) && !is_user_logged_in() )
    74111            return;
     112
     113
     114
     115
    75116        add_action( 'admin_bar_menu', array( &$this, 'admin_bar_menu'), 120 );
    76117        add_action( 'wp_head', array( &$this, 'styles_and_scripts'), 120 );
  • jetpack/trunk/readme.txt

    r669962 r671841  
    9898* Enhancement: Sharedaddy: Allow selecting multiple images from a post using the Pinterest share button.
    9999* Enhancement: Contact Form: Allow feedbacks to be marked spam in bulk.
     100
    100101* Bug Fix: JSON API: Fix authorization problems that some users were experiencing.
    101102* Bug Fix: Stats: sync stats_options so server has roles array needed for view_stats cap check.
Note: See TracChangeset for help on using the changeset viewer.