]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/class-wp-media-list-table.php
Wordpress 4.6
[autoinstalls/wordpress.git] / wp-admin / includes / class-wp-media-list-table.php
index 82894740dc8e6602a6c212af581dc37ebbf2e483..170ec5a2c594fdb92edf1f84796c17764b745d40 100644 (file)
@@ -282,7 +282,7 @@ class WP_Media_List_Table extends WP_List_Table {
                $taxonomies = wp_filter_object_list( $taxonomies, array( 'show_admin_column' => true ), 'and', 'name' );
 
                /**
                $taxonomies = wp_filter_object_list( $taxonomies, array( 'show_admin_column' => true ), 'and', 'name' );
 
                /**
-                * Filter the taxonomy columns for attachments in the Media list table.
+                * Filters the taxonomy columns for attachments in the Media list table.
                 *
                 * @since 3.5.0
                 *
                 *
                 * @since 3.5.0
                 *
@@ -312,7 +312,7 @@ class WP_Media_List_Table extends WP_List_Table {
                /* translators: column name */
                $posts_columns['date'] = _x( 'Date', 'column name' );
                /**
                /* translators: column name */
                $posts_columns['date'] = _x( 'Date', 'column name' );
                /**
-                * Filter the Media list table columns.
+                * Filters the Media list table columns.
                 *
                 * @since 2.5.0
                 *
                 *
                 * @since 2.5.0
                 *
@@ -476,16 +476,18 @@ class WP_Media_List_Table extends WP_List_Table {
                if ( $parent ) {
                        $title = _draft_or_post_title( $post->post_parent );
                        $parent_type = get_post_type_object( $parent->post_type );
                if ( $parent ) {
                        $title = _draft_or_post_title( $post->post_parent );
                        $parent_type = get_post_type_object( $parent->post_type );
+
+                       if ( $parent_type && $parent_type->show_ui && current_user_can( 'edit_post', $post->post_parent ) ) {
+?>
+                               <strong><a href="<?php echo get_edit_post_link( $post->post_parent ); ?>">
+                                       <?php echo $title ?></a></strong><?php
+                       } elseif ( $parent_type && current_user_can( 'read_post', $post->post_parent ) ) {
 ?>
 ?>
-                       <strong>
-                       <?php if ( $parent_type && $parent_type->show_ui && current_user_can( 'edit_post', $post->post_parent ) ) { ?>
-                               <a href="<?php echo get_edit_post_link( $post->post_parent ); ?>">
-                                       <?php echo $title ?></a><?php
+                               <strong><?php echo $title ?></strong><?php
                        } else {
                        } else {
-                               echo $title;
-                       } ?></strong>
-                       <br />
-                       <?php
+                               _e( '(Private post)' );
+                       }
+
                        if ( $user_can_edit ):
                                $detach_url = add_query_arg( array(
                                        'parent_post_id' => $post->post_parent,
                        if ( $user_can_edit ):
                                $detach_url = add_query_arg( array(
                                        'parent_post_id' => $post->post_parent,
@@ -493,7 +495,7 @@ class WP_Media_List_Table extends WP_List_Table {
                                        '_wpnonce' => wp_create_nonce( 'bulk-' . $this->_args['plural'] )
                                ), 'upload.php' );
                                printf(
                                        '_wpnonce' => wp_create_nonce( 'bulk-' . $this->_args['plural'] )
                                ), 'upload.php' );
                                printf(
-                                       '<a href="%s" class="hide-if-no-js detach-from-parent" aria-label="%s">%s</a>',
+                                       '<br /><a href="%s" class="hide-if-no-js detach-from-parent" aria-label="%s">%s</a>',
                                        $detach_url,
                                        /* translators: %s: title of the post the attachment is attached to */
                                        esc_attr( sprintf( __( 'Detach from &#8220;%s&#8221;' ), $title ) ),
                                        $detach_url,
                                        /* translators: %s: title of the post the attachment is attached to */
                                        esc_attr( sprintf( __( 'Detach from &#8220;%s&#8221;' ), $title ) ),
@@ -501,11 +503,11 @@ class WP_Media_List_Table extends WP_List_Table {
                                );
                        endif;
                } else {
                                );
                        endif;
                } else {
-                       _e( '(Unattached)' ); ?><br />
+                       _e( '(Unattached)' ); ?>
                        <?php if ( $user_can_edit ) {
                                $title = _draft_or_post_title( $post->post_parent );
                                printf(
                        <?php if ( $user_can_edit ) {
                                $title = _draft_or_post_title( $post->post_parent );
                                printf(
-                                       '<a href="#the-list" onclick="findPosts.open( \'media[]\', \'%s\' ); return false;" class="hide-if-no-js" aria-label="%s">%s</a>',
+                                       '<br /><a href="#the-list" onclick="findPosts.open( \'media[]\', \'%s\' ); return false;" class="hide-if-no-js aria-button-if-js" aria-label="%s">%s</a>',
                                        $post->ID,
                                        /* translators: %s: attachment title */
                                        esc_attr( sprintf( __( 'Attach &#8220;%s&#8221; to existing content' ), $title ) ),
                                        $post->ID,
                                        /* translators: %s: attachment title */
                                        esc_attr( sprintf( __( 'Attach &#8220;%s&#8221; to existing content' ), $title ) ),
@@ -657,7 +659,7 @@ class WP_Media_List_Table extends WP_List_Table {
                        if ( current_user_can( 'delete_post', $post->ID ) ) {
                                if ( EMPTY_TRASH_DAYS && MEDIA_TRASH ) {
                                        $actions['trash'] = sprintf(
                        if ( current_user_can( 'delete_post', $post->ID ) ) {
                                if ( EMPTY_TRASH_DAYS && MEDIA_TRASH ) {
                                        $actions['trash'] = sprintf(
-                                               '<a href="%s" class="submitdelete" aria-label="%s">%s</a>',
+                                               '<a href="%s" class="submitdelete aria-button-if-js" aria-label="%s">%s</a>',
                                                wp_nonce_url( "post.php?action=trash&amp;post=$post->ID", 'trash-post_' . $post->ID ),
                                                /* translators: %s: attachment title */
                                                esc_attr( sprintf( __( 'Move &#8220;%s&#8221; to the Trash' ), $att_title ) ),
                                                wp_nonce_url( "post.php?action=trash&amp;post=$post->ID", 'trash-post_' . $post->ID ),
                                                /* translators: %s: attachment title */
                                                esc_attr( sprintf( __( 'Move &#8220;%s&#8221; to the Trash' ), $att_title ) ),
@@ -666,7 +668,7 @@ class WP_Media_List_Table extends WP_List_Table {
                                } else {
                                        $delete_ays = ! MEDIA_TRASH ? " onclick='return showNotice.warn();'" : '';
                                        $actions['delete'] = sprintf(
                                } else {
                                        $delete_ays = ! MEDIA_TRASH ? " onclick='return showNotice.warn();'" : '';
                                        $actions['delete'] = sprintf(
-                                               '<a href="%s" class="submitdelete"%s aria-label="%s">%s</a>',
+                                               '<a href="%s" class="submitdelete aria-button-if-js"%s aria-label="%s">%s</a>',
                                                wp_nonce_url( "post.php?action=delete&amp;post=$post->ID", 'delete-post_' . $post->ID ),
                                                $delete_ays,
                                                /* translators: %s: attachment title */
                                                wp_nonce_url( "post.php?action=delete&amp;post=$post->ID", 'delete-post_' . $post->ID ),
                                                $delete_ays,
                                                /* translators: %s: attachment title */
@@ -685,7 +687,7 @@ class WP_Media_List_Table extends WP_List_Table {
 
                        if ( current_user_can( 'edit_post', $post->ID ) ) {
                                $actions['attach'] = sprintf(
 
                        if ( current_user_can( 'edit_post', $post->ID ) ) {
                                $actions['attach'] = sprintf(
-                                       '<a href="#the-list" onclick="findPosts.open( \'media[]\', \'%s\' ); return false;" class="hide-if-no-js" aria-label="%s">%s</a>',
+                                       '<a href="#the-list" onclick="findPosts.open( \'media[]\', \'%s\' ); return false;" class="hide-if-no-js aria-button-if-js" aria-label="%s">%s</a>',
                                        $post->ID,
                                        /* translators: %s: attachment title */
                                        esc_attr( sprintf( __( 'Attach &#8220;%s&#8221; to existing content' ), $att_title ) ),
                                        $post->ID,
                                        /* translators: %s: attachment title */
                                        esc_attr( sprintf( __( 'Attach &#8220;%s&#8221; to existing content' ), $att_title ) ),
@@ -706,7 +708,7 @@ class WP_Media_List_Table extends WP_List_Table {
                        if ( current_user_can( 'delete_post', $post->ID ) ) {
                                if ( $this->is_trash ) {
                                        $actions['untrash'] = sprintf(
                        if ( current_user_can( 'delete_post', $post->ID ) ) {
                                if ( $this->is_trash ) {
                                        $actions['untrash'] = sprintf(
-                                               '<a href="%s" class="submitdelete" aria-label="%s">%s</a>',
+                                               '<a href="%s" class="submitdelete aria-button-if-js" aria-label="%s">%s</a>',
                                                wp_nonce_url( "post.php?action=untrash&amp;post=$post->ID", 'untrash-post_' . $post->ID ),
                                                /* translators: %s: attachment title */
                                                esc_attr( sprintf( __( 'Restore &#8220;%s&#8221; from the Trash' ), $att_title ) ),
                                                wp_nonce_url( "post.php?action=untrash&amp;post=$post->ID", 'untrash-post_' . $post->ID ),
                                                /* translators: %s: attachment title */
                                                esc_attr( sprintf( __( 'Restore &#8220;%s&#8221; from the Trash' ), $att_title ) ),
@@ -714,7 +716,7 @@ class WP_Media_List_Table extends WP_List_Table {
                                        );
                                } elseif ( EMPTY_TRASH_DAYS && MEDIA_TRASH ) {
                                        $actions['trash'] = sprintf(
                                        );
                                } elseif ( EMPTY_TRASH_DAYS && MEDIA_TRASH ) {
                                        $actions['trash'] = sprintf(
-                                               '<a href="%s" class="submitdelete" aria-label="%s">%s</a>',
+                                               '<a href="%s" class="submitdelete aria-button-if-js" aria-label="%s">%s</a>',
                                                wp_nonce_url( "post.php?action=trash&amp;post=$post->ID", 'trash-post_' . $post->ID ),
                                                /* translators: %s: attachment title */
                                                esc_attr( sprintf( __( 'Move &#8220;%s&#8221; to the Trash' ), $att_title ) ),
                                                wp_nonce_url( "post.php?action=trash&amp;post=$post->ID", 'trash-post_' . $post->ID ),
                                                /* translators: %s: attachment title */
                                                esc_attr( sprintf( __( 'Move &#8220;%s&#8221; to the Trash' ), $att_title ) ),
@@ -724,7 +726,7 @@ class WP_Media_List_Table extends WP_List_Table {
                                if ( $this->is_trash || ! EMPTY_TRASH_DAYS || ! MEDIA_TRASH ) {
                                        $delete_ays = ( !$this->is_trash && !MEDIA_TRASH ) ? " onclick='return showNotice.warn();'" : '';
                                        $actions['delete'] = sprintf(
                                if ( $this->is_trash || ! EMPTY_TRASH_DAYS || ! MEDIA_TRASH ) {
                                        $delete_ays = ( !$this->is_trash && !MEDIA_TRASH ) ? " onclick='return showNotice.warn();'" : '';
                                        $actions['delete'] = sprintf(
-                                               '<a href="%s" class="submitdelete"%s aria-label="%s">%s</a>',
+                                               '<a href="%s" class="submitdelete aria-button-if-js"%s aria-label="%s">%s</a>',
                                                wp_nonce_url( "post.php?action=delete&amp;post=$post->ID", 'delete-post_' . $post->ID ),
                                                $delete_ays,
                                                /* translators: %s: attachment title */
                                                wp_nonce_url( "post.php?action=delete&amp;post=$post->ID", 'delete-post_' . $post->ID ),
                                                $delete_ays,
                                                /* translators: %s: attachment title */
@@ -745,7 +747,7 @@ class WP_Media_List_Table extends WP_List_Table {
                }
 
                /**
                }
 
                /**
-                * Filter the action links for each attachment in the Media list table.
+                * Filters the action links for each attachment in the Media list table.
                 *
                 * @since 2.8.0
                 *
                 *
                 * @since 2.8.0
                 *