Make WordPress Core

Ticket #24716: 24716.51.diff

File 24716.51.diff, 816 bytes (added by michalzuber, 10 years ago)

In 24716.49.diff replaced # with link to media-new.php

  • src/wp-includes/js/media-grid.js

     
    212212                        libraryState._renderTitle = function( view ) {
    213213                                var text = this.get('title') || '';
    214214                                view.$el.addClass( 'wrap' );
    215                                 text += '<a class="add-new-h2">Add New</a>';
     215                                text += '<a href="wp-admin/media-new.php" class="add-new-h2">Add New</a>';
    216216                                view.$el.html( text );
    217217                        };
    218218                        // Add the default states.
     
    231231
    232232                addNewClickHandler: function() {
    233233                        this.trigger( 'toggle:upload:attachment' );
     234                        return false;
    234235                },
    235236
    236237                /**
     
    679680                }
    680681        });
    681682
    682 }(jQuery, _, Backbone, wp));
    683  No newline at end of file
     683}(jQuery, _, Backbone, wp));