Skip to content

Commit

Permalink
Merge upstream master into google-analytics-service
Browse files Browse the repository at this point in the history
  • Loading branch information
superbia committed Dec 5, 2017
2 parents 189b332 + a7cbb2f commit cd53a23
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion admin-ui.php
Expand Up @@ -50,7 +50,6 @@ function admin_page_load() {
function admin_page_header( $screen = false ) {
// Output the actual heading + icon for the page
echo '<div class="wrap">';
screen_icon( 'ms-admin' );
switch ( $screen ) {
case 'tokens' :
echo '<h2>' . __( 'Keyring: Service Connections', 'keyring' ) . ' <a href="' . Keyring_Util::admin_url( false, array( 'action' => 'services' ) ) . '" class="add-new-h2">' . __( 'Add New', 'keyring' ) . '</a></h2>';
Expand Down
1 change: 0 additions & 1 deletion includes/services/core/http-basic.php
Expand Up @@ -29,7 +29,6 @@ function get_display( Keyring_Access_Token $token ) {
function request_ui() {
// Common Header
echo '<div class="wrap">';
screen_icon( 'ms-admin' );
echo '<h2>' . __( 'Account Details', 'keyring' ) . '</h2>';

// Handle errors
Expand Down
1 change: 0 additions & 1 deletion includes/services/extended/google-contacts.php
Expand Up @@ -150,7 +150,6 @@ function basic_ui() {

// Common Header
echo '<div class="wrap">';
screen_icon( 'ms-admin' );
echo '<h2>' . __( 'Keyring Service Management', 'keyring' ) . '</h2>';
echo '<p><a href="' . Keyring_Util::admin_url( false, array( 'action' => 'services' ) ) . '">' . __( '&larr; Back', 'keyring' ) . '</a></p>';
echo '<h3>' . sprintf( __( '%s API Credentials', 'keyring' ), esc_html( $this->get_label() ) ) . '</h3>';
Expand Down
1 change: 0 additions & 1 deletion includes/services/extended/instapaper.php
Expand Up @@ -45,7 +45,6 @@ function basic_ui_intro() {
function request_ui() {
// Common Header
echo '<div class="wrap">';
screen_icon( 'ms-admin' );
echo '<h2>' . __( 'Account Details', 'keyring' ) . '</h2>';

// Handle errors
Expand Down
1 change: 0 additions & 1 deletion service.php
Expand Up @@ -143,7 +143,6 @@ function basic_ui() {

// Common Header
echo '<div class="wrap">';
screen_icon( 'ms-admin' );
echo '<h2>' . __( 'Keyring Service Management', 'keyring' ) . '</h2>';
echo '<p><a href="' . Keyring_Util::admin_url( false, array( 'action' => 'services' ) ) . '">' . __( '&larr; Back', 'keyring' ) . '</a></p>';
echo '<h3>' . sprintf( __( '%s API Credentials', 'keyring' ), esc_html( $this->get_label() ) ) . '</h3>';
Expand Down

0 comments on commit cd53a23

Please sign in to comment.